-
Notifications
You must be signed in to change notification settings - Fork 122
[Python] Add README #2693
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
[Python] Add README #2693
Conversation
|
|
||
| Python for Databricks Asset Bundles extends [Databricks Asset Bundles](https://docs.databricks.com/aws/en/dev-tools/bundles/) so that you can: | ||
| - Define jobs and pipelines as Python code. These jobs can coexist with jobs defined in YAML. | ||
| - Dynamically create jobs and pipelines using metadata. |
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.
Could we expand on what we mean by metadata here?
| Python for Databricks Asset Bundles extends [Databricks Asset Bundles](https://docs.databricks.com/aws/en/dev-tools/bundles/) so that you can: | ||
| - Define jobs and pipelines as Python code. These jobs can coexist with jobs defined in YAML. | ||
| - Dynamically create jobs and pipelines using metadata. | ||
| - Modify jobs and pipelines defined in YAML or Python during bundle deployment. |
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.
WDYT?
| - Modify jobs and pipelines defined in YAML or Python during bundle deployment. | |
| - Modify jobs and pipelines defined in YAML or Python during bundle deployment at runtime. |
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.
We don't want to say runtime, because it can be confused with job runtime that is not true. It was a common source of confusion until we made it very straightforward.
lennartkats-db
left a comment
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.
Thank you! The main thing here is so maintainers and others exploring the code know what this is about. And this README provides even more info beyond that.
## Changes Add a minimal README that will be used for the PyPi package. ## Why We need to give the PyPi package README in case it gets discovered before CLI.
Changes
Add a minimal README that will be used for the PyPi package.
Why
We need to give the PyPi package README in case it gets discovered before CLI.