-
Notifications
You must be signed in to change notification settings - Fork 125
Add pydabs template #3806
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
Add pydabs template #3806
Conversation
|
4c9a61d to
d06f8c5
Compare
| func (r *overridingReader) Cleanup(ctx context.Context) { | ||
| r.underlying.Cleanup(ctx) | ||
| } | ||
|
|
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.
Is this usable for other templates?
@lennartkats-db added something to reuse templates from another directory and pre-populate values from the template inputs definition. Seems related.
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.
Let's consolidate the approach with Lennart once he is available
## Release v0.275.0 ### Notable Changes * Python support for Databricks Asset Bundles is now generally available. ### CLI * Remove `inplace` mode for the `--progress-format` flag ([#3811](#3811)) * Remove `json` mode for the `--progress-format` flag ([#3812](#3812)) * Deprecate the `--progress-format` flag ([#3819](#3819)) ### Bundles * Add support for `--bind` flag in `bundle generate` ([#3782](#3782)) * Add `pydabs` template replacing `experimental-jobs-as-code` template ([#3806](#3806)) * You can now use the top-level `python` section instead of `experimental/python` ([#3540](#3540))
Changes
Add the pydabs template as a specialized version of the
default-pythontemplate.The template is hidden until we move "python" outside of "experimental".
Why
We want to have a separate template for the full Python version of the default-python template.
Tests
Existing acceptance tests and unit tests for additional templating features