Fixed bundle init not working on Standard tier#3496
Merged
andrewnester merged 3 commits intomainfrom Aug 27, 2025
Merged
Conversation
denik
reviewed
Aug 27, 2025
| "include_notebook": "yes", | ||
| "include_dlt": "yes", | ||
| "include_python": "yes", | ||
| "serverless": "no" |
Contributor
There was a problem hiding this comment.
Do we need also to test serverless=yes?
Contributor
Author
There was a problem hiding this comment.
Not sure if it's useful, serverless requires UC by definition
...ance/bundle/templates/default-python/no-uc/output/my_default_python/.vscode/__builtins__.pyi
Outdated
Show resolved
Hide resolved
Collaborator
|
pietern
approved these changes
Aug 27, 2025
Contributor
pietern
left a comment
There was a problem hiding this comment.
+1 on the Q for full output.
Is there another test that captures the no UC case with a different error?
denik
approved these changes
Aug 27, 2025
deco-sdk-tagging bot
added a commit
that referenced
this pull request
Aug 27, 2025
## Release v0.266.0 ### Notable Changes * Breaking change: DABs now return an error when paths are incorrectly defined relative to the job or pipeline definition location instead of the configuration file location. Previously, the CLI would show a warning and fallback to resolving the path relative to the resource location. Users must update their bundle configurations to define all relative paths relative to the configuration file where the path is specified. See more details here: ([#3225](#3225)) * Add support volumes in Python support ([#3383])(#3383)) ### Bundles * [Breaking Change] Remove deprecated path fallback mechanism for jobs and pipelines ([#3225](#3225)) * Add support for Lakebase synced database tables in DABs ([#3467](#3467)) * Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python template ([#3476](#3476)). * Fixed bundle init not working on Standard tier ([#3496](#3496))
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 free
to 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
Fixed bundle init not working on Standard tier
Now handling FEATURE_DISABLED error correctly in
default_cataloghekper functionWhy
Fixes #3472
Tests
Added acceptance test