Summary
Bundle users now receive a suggestion to set `bundle.engine: direct` in `databricks.yml` when using direct-only resources with the Terraform engine. The CLI also adds `vector_search_indexes` as a direct-engine bundle resource, supporting UC grants and prompting for destructive operations.
Summary generated by brickster.ai. For the full changelog and any code/binary attachments, follow the GitHub link above.
More from databricks/cli
OAuth tokens for interactive logins are now stored in OS-native secure stores by default, requiring re-authentication after upgrading. The CLI introduces a new `databricks aitools` command group for installing Databricks skills into coding agents.
The `vector_search_endpoints` configuration and commands now use `target_qps` instead of `min_qps`, requiring updates to `databricks.yml` and CLI invocations. Authentication commands received several usability improvements, including better keyring handling, clearer profile selection, and improved host input.
The `databricks api` command now supports unified hosts, allowing `--account` and `--workspace-id` for scoping, and recognizes `?o=<workspace-id>` in URLs. JSON output for single objects now uses standard spacing.
The `--experimental-is-unified-host` flag is removed as unified host detection is now automatic. List commands now support interactive pagination, and experimental OS-native secure token storage is available via `DATABRICKS_AUTH_STORAGE=secure`.