Skip to content

Fixed bundle init not working on Standard tier#3496

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

Fixed bundle init not working on Standard tier#3496
andrewnester merged 3 commits intomainfrom
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
Contributor Author

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
Copy link
Copy Markdown
Collaborator

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

Run: 17263035262

Env ✅‌pass 🔄‌flaky 🙈‌skip
✅‌ aws linux 308 497
✅‌ aws windows 309 496
✅‌ aws-ucws linux 424 393
✅‌ aws-ucws windows 425 392
✅‌ azure linux 308 496
🔄‌ azure windows 305 4 495
✅‌ azure-ucws linux 424 392
✅‌ azure-ucws windows 425 391
✅‌ gcp linux 307 498
✅‌ gcp windows 308 497
Test Name azure windows
TestFsCpDir 🔄‌flaky
TestFsCpDir/local_to_dbfs 🔄‌flaky
TestFsCpFileToFileFileNotOverwritten 🔄‌flaky
TestFsCpFileToFileFileNotOverwritten/dbfs_to_local 🔄‌flaky

Copy link
Copy Markdown
Contributor

@pietern pietern left a comment

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?

@andrewnester andrewnester added this pull request to the merge queue Aug 27, 2025
Merged via the queue into main with commit 031c406 Aug 27, 2025
13 checks passed
@andrewnester andrewnester deleted the fix/bundle-init-uc branch August 27, 2025 10:21
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))
Sign up for free to 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