Release v1.67.0
New Features and Improvements
- Add support for cluster logs delivery to UC Volumes (#4492).
- Expose more attributes for
databricks_connection
resource (#4502). - Add
databricks_dashboards
resource (#4521)
Bug Fixes
- Populate
partitions
when readingdatabricks_sql_table
(#4486). - Fix configuration drift when configuring
databricks_connection
to builtin Hive Metastore (#4505). - Only allow
authorized_paths
to be updated in theoptions
field ofdatabricks_catalog
(#4517). - Mark
default_catalog_name
attribute indatabricks_metastore_assignment
as deprecated (#4522) - Delete
databricks_sql_endpoint
that failed to start (#4520) - Fix filling of missing attributes in
databricks_quality_monitor
(#4519).
Documentation
- Update
databricks_cluster
anddatabricks_clusters
data source documentation (#4506).
Exporter
- Explicitly abort execution via
panic
if list of users can't be fetched (#4500). - Fix matching on
workspace_path
and refactoring (#4504).
Internal Changes
- Bump golang version to 1.24.0 (#4508).