-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[embedded-elt] Update Sling docs and examples #20028
Conversation
5cd3761
to
4f108d8
Compare
2fa56e2
to
e6858f8
Compare
e6858f8
to
1192a12
Compare
a2a19d4
to
071fb51
Compare
4b969e6
to
5b4f3c8
Compare
Deploy preview for dagster-university ready! ✅ Preview Built with commit 4b969e6. |
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 4b969e6. |
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 4b969e6. |
7ba4952
to
0d09a7b
Compare
Refactor documentation for the 'embedded-elt' and 'sling' APIs for improved readability and clarity. Add code snippets and API usage examples, correct hyperlink references, and adjust API definitions to match their actual usage within the python modules. Also, deprecate 'build_sling_asset' function and use '@public' decorators to indicate public methods. docs: update documentation for Dagster Embedded ELT Updated the documentation for the Sling implementation of the Embedded ELT package to reflect changes to the way connections and replication configurations are setup. Also simplified examples and provided more detailed instructions for setting up resources, assets, and replication configurations. Improved inline code examples by adhering to code standards and removed the use of os to get environment variables, instead using `EnvVar`. docs: update embedded ELT and api documentation - Corrected the description of the embedded ELT feature in _apidocs.mdx - Added details on configuration, credential management and resource creation for the Sling integration in embedded-elt.mdx docs: update embedded ELT and api documentation - Corrected the description of the embedded ELT feature in _apidocs.mdx - Added details on configuration, credential management and resource creation for the Sling integration in embedded-elt.mdx Revert
c70f475
to
2b622be
Compare
Subdivided examples into 'Database to Database' and 'File to Database'.
## Summary & Motivation Updates Sling docs to use new API, deprecating the old one.
## Summary & Motivation Updates Sling docs to use new API, deprecating the old one.
Summary & Motivation
Updates Sling docs to use new API, deprecating the old one.
I moved the Relevant API section to the bottom as well, for an easier flow.
How I Tested These Changes