Notable Changes
- Databricks Asset Bundles have been renamed to Declarative Automation Bundles (DABs). This is a non-breaking change; no code or configuration modifications are required. See the FAQ.
- Add
bundle.engineconfig setting to select the deployment engine (terraformordirect). Thebundle.enginesetting takes precedence over theDATABRICKS_BUNDLE_ENGINEenvironment variable. When the configured engine doesn't match existing deployment state, a warning is issued and the existing engine is used (#4749, #4782)
CLI
- Add
databricks auth switchcommand for setting the default profile (#4651) - Add positional argument support to
auth logout(#4744) - Strip trailing slash from host in
auth login,auth token, andconfigurecommands (#4633)
Bundles
- Standardize
personal_schemasenum across bundle templates (#4401) - engine/direct: Fix permanent drift on experiment name field (#4627)
- engine/direct: Fix permissions state path to match input config schema (#4703)
- Add default project name and success message to default-scala template (#4661)
- Skip enum validation for unresolved variable references (#4752)
- engine/direct: Support references to/from grants (#4774)