Skip to content

Fixed bundle init not working on Standard tier - #3496

Merged
andrewnester merged 3 commits into
mainfrom
fix/bundle-init-uc
Aug 27, 2025
Merged

Fixed bundle init not working on Standard tier#3496
andrewnester merged 3 commits into
mainfrom
fix/bundle-init-uc

Conversation

@andrewnester

Copy link
Copy Markdown
Contributor

Changes

Fixed bundle init not working on Standard tier
Now handling FEATURE_DISABLED error correctly in default_catalog hekper function

Why

Fixes#3472

Tests

Added acceptance test

"include_notebook": "yes",
"include_dlt": "yes",
"include_python": "yes",
"serverless": "no"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need also to test serverless=yes?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it's useful, serverless requires UC by definition

@eng-dev-ecosystem-bot

eng-dev-ecosystem-bot commented Aug 27, 2025

Copy link
Copy Markdown
Collaborator

Run: 17263035262

Env✅‌pass🔄‌flaky🙈‌skip
✅‌aws linux308497
✅‌aws windows309496
✅‌aws-ucws linux424393
✅‌aws-ucws windows425392
✅‌azure linux308496
🔄‌azure windows3054495
✅‌azure-ucws linux424392
✅‌azure-ucws windows425391
✅‌gcp linux307498
✅‌gcp windows308497
Test Nameazure windows
TestFsCpDir🔄‌flaky
TestFsCpDir/local_to_dbfs🔄‌flaky
TestFsCpFileToFileFileNotOverwritten🔄‌flaky
TestFsCpFileToFileFileNotOverwritten/dbfs_to_local🔄‌flaky

@pieternpietern left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 on the Q for full output.

Is there another test that captures the no UC case with a different error?

Comment threadlibs/template/helpers.go Outdated
@andrewnester
andrewnester added this pull request to the merge queueAug 27, 2025
Merged via the queue into main with commit 031c406Aug 27, 2025
13 checks passed
@andrewnester
andrewnester deleted the fix/bundle-init-uc branch August 27, 2025 10:21
deco-sdk-taggingBot 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))
denik pushed a commit that referenced this pull request May 20, 2026
## Changes
Fixed bundle init not working on Standard tier
Now handling FEATURE_DISABLED error correctly in `default_catalog`
hekper function
## Why
Fixes#3472 ## Tests
Added acceptance test
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
denik pushed a commit that referenced this pull request May 20, 2026
## 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))
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use databricks bundle init without Unity Catalog

4 participants

@andrewnester@eng-dev-ecosystem-bot@pietern@denik