Releases: databricks/cli
Releases · databricks/cli
Snapshot
Snapshot build of the main branch. Updated automatically on each commit.
v0.278.0
Dependency updates
Bundles
v0.277.0
Release v0.277.0 (2025-11-13)
Important Changes
Since the 0.277.0 CLI version, we don't upload separate signed Windows archives. Instead, default Windows archives (databricks_cli_0.XXX.Y_windows_amd64.zip, databricks_cli_0.XXX.Y_windows_arm64.zip) come signed by default.
Bundles
- Add
default-minimaltemplate for users who want a clean slate without sample code (#3885) - Add validation that served_models and served_entities are not used at the same time. Add client side translation logic. (#3880)
- Filter out provided permissions, to select a single permissions level per principal ((#3904)).
v0.276.0
Changelog
CLI
- Remove previously added flags from the
jobs createandpipelines createcommands. (#3870)
Bundles
v0.275.0
v0.274.0
v0.273.0
Notable Changes
- (via Terraform v1.92.0) DABs will no longer try to update pipeline permissions upon pipeline deletion. This fixes PERMISSION_ERROR upon 'bundle destroy'
for pipelines that have run_as setting enabled (described in https://community.databricks.com/t95/data-engineering/dab-dlt-destroy-fails-due-to-ownership-permissions-mismatch/td-p/132101)
The downside is that if 'permissions:' block is removed from the resource, DABs will not try anymore to restore permissions to just the owner of the pipeline.
CLI
- Add the
--configure-serverlessflag todatabricks auth loginto configure Databricks Connect to use serverless.
Dependency updates
Bundles
v0.272.0
Release v0.272.0
Bundles
- Fix processing short pip flags in environment dependencies (#3708)
- Add support for referencing local files in -e pip flag for environment dependencies (#3708)
- Add error for when an etag is specified in dashboard configuration. Setting etags was never supported / valid in bundles but now users will see this error during validation rather than deployment. (#3723)
- Fix PIP flag processing in pipeline environment dependencies (#3734)
v0.271.0
Bundles
- Added support for a "template_dir" option in the databricks_template_schema.json format. (#3671).
- Remove resources.apps.config section (#3680)
- Prompt for serverless compute in
dbt-sqltemplate (defaults toyes) (#3668)
API Changes
- Added
databricks account account-groups-v2command group. - Added
databricks account account-iam-v2command group. - Added
databricks feature-engineeringcommand group. - Added
databricks shares list-sharescommand.
v0.270.0
Notable Changes
- Add 'databricks bundle plan' command. This command shows the deployment plan for the current bundle configuration without making any changes. (#3530)
Bundles
- Add 'databricks bundle plan' command (#3530)
- Add new Lakeflow Pipelines support for bundle generate (#3568)
- Fix bundle deploy to not update permissions or grants for unbound resources (#3642)
- Introduce new bundle variable:
${workspace.current_user.domain_friendly_name}(#3623) - Improve the output of bundle run when bundle is not deployed (#3652)