Skip to content

v0.230.0

Latest
Compare
Choose a tag to compare
@andrewnester andrewnester released this 09 Oct 13:18
· 16 commits to main since this release
c92c67a

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:

  • Upgrade TF provider to 1.53.0 (#1815).
  • Bump golang.org/x/term from 0.24.0 to 0.25.0 (#1811).
  • Bump golang.org/x/text from 0.18.0 to 0.19.0 (#1812).
  • Bump github.com/databricks/databricks-sdk-go from 0.47.0 to 0.48.0 (#1810).