Releases: databricks/cli
Releases · databricks/cli
Snapshot
Snapshot build of the main branch. Updated automatically on each commit.
v0.295.0
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)
v0.294.0
v0.293.0
An issue in our release pipeline caused v0.293.0 to be released off the same Git commit as v0.292.0.
v0.292.0
v0.291.0
v0.290.1
v0.290.0
Release v0.290.0 (2026-02-26)
CLI
- Add
completion install,uninstall, andstatussubcommands (#4581) - Wire profile name through CLI ToOAuthArgument for profile-based cache keys (#4562)
- Add host disambiguation and positional profile support to auth token (#4574)
- Update error messages to suggest 'databricks auth login' (#4587)
- Resolve --host to matching profile for token cache lookup (#4591)
- Improve auth token UX: profile selection and better empty-state handling ([#4584(https://github.com//pull/4584)
Bundles
- Added support for git_source and git_repository for Apps (#4538)
Dependency updates
API Changes
- Bump databricks-sdk-go from v0.111.0 to v0.112.0.
v0.289.1
Release v0.289.1 (2026-02-19)
CLI
- Make auth profiles respect DATABRICKS_CLI_PATH env var (#4467)
- Fix arrow key navigation in prompts on Windows (#4501)
Bundles
- Log artifact build output in debug mode (#4208)
- Fix bundle init not working in Azure Government (#4286)
- Allow single and double quotes in environment dependencies (#4511)
- Use purge option when deleting alerts (#4505)
- engine/direct: Replace server_side_default with more precise backend_default rule in bundle plan (#4490)
- engine/direct: Extend pipelines recreate_on_changes configuration (#4499)
- engine/direct: Added support for UC external locations (direct only) (#4484)