v0.230.0
Notable changes for Databricks Asset Bundles:
Workspace paths are automatically prefixed with /Workspace
. In addition, all usage of path strings such as /Workspace/${workspace.root_path}/...
in bundle configuration is automatically replaced with ${workspace.root_path}/...
and generates a warning as part of bundle validate.
More details can be found here: https://docs.databricks.com/en/release-notes/dev-tools/bundles.html#workspace-paths
Bundles:
- Add an error if state files grow bigger than the export limit (#1795).
- Always prepend bundle remote paths with /Workspace (#1724).
- Add resource path field to bundle workspace configuration (#1800).
- Add validation for files with a
.(resource-name).yml
extension (#1780).
Internal:
- Remove deprecated or readonly fields from the bundle schema (#1809).
API Changes:
- Changed
databricks git-credentials create
,databricks git-credentials delete
,databricks git-credentials get
,databricks git-credentials list
,databricks git-credentials update
commands . - Changed
databricks repos create
,databricks repos delete
,databricks repos get
,databricks repos update
command .
OpenAPI commit 0c86ea6dbd9a730c24ff0d4e509603e476955ac5 (2024-10-02)
Dependency updates: