Uh oh!
There was an error while loading. Please reload this page.
Add pydabs template - #3806
Merged
Merged
Conversation
kanterovtemporarily deployed
to
test-trigger-is
October 22, 2025 17:32 — with
GitHub Actions
Inactive
kanterov
marked this pull request as ready for review
October 22, 2025 17:32
kanterov
requested review from
andrewnester, anton-107, denik, lennartkats-db, pietern and shreyas-goenka
as code ownersOctober 22, 2025 17:32
Collaborator
|
kanterovforce-pushed
the
add-pydabs-template
branch
from
October 22, 2025 17:59
4c9a61d to
d06f8c5Comparekanterovtemporarily deployed
to
test-trigger-is
October 22, 2025 18:00 — with
GitHub Actions
Inactive
pietern
approved these changes
Oct 23, 2025
| func (r *overridingReader) Cleanup(ctx context.Context) { | ||
| r.underlying.Cleanup(ctx) | ||
| } | ||
Contributor
There was a problem hiding this comment.
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.
CollaboratorAuthor
There was a problem hiding this comment.
Let's consolidate the approach with Lennart once he is available
Uh oh!
There was an error while loading. Please reload this page.
deco-sdk-taggingBot
added a commit
that referenced
this pull request
Oct 29, 2025
## 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))
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Changes Add the pydabs template as a specialized version of the `default-python` template. 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
denik pushed a commit
that referenced
this pull request
May 20, 2026
## 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))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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