-
Notifications
You must be signed in to change notification settings - Fork 287
adds dlt+ transformations trial license disclaimer to docs #2732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
||
:::danger | ||
The `dlt.transformation` decorator is currently in preview and while it may appear to work very well, it should not be considered stable. If you found this unlinked page and would like to give us feedback, please let us know in our Slack community. | ||
# Transformations 🧪: move data after loading |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer the old title actually, moving is just a small part of wart transformations does imho.
|
||
<Admonition type="note" title={<span style={{ textTransform: "lowercase" }}>dlt+</span>}> | ||
<p> | ||
Transformations are part of `dlt+` -a commercial extensions of OSS `dlt`. This module is currently available in 🧪 preview to selected users and projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing space right after "-"
::: | ||
|
||
`dlt transformations` let you build new tables or views from datasets that have _already_ been ingested with `dlt`. | ||
`dlt transformations` lets you build new tables or views from datasets that have _already_ been ingested with `dlt`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say the old version is correct since transformations is plural.
586d264
to
066345a
Compare
Description
adds dlt+ transformations trial license disclaimer