Release v1.92.0
Breaking Changes
- Remove stale resources/datasources/documentation related to Clean Room services.
- databricks_permissions resource no longer updates permissions on delete. This is to mitigate an issue with incorrect IS_OWNER being set (#5096)
New Features and Improvements
- Add
arm
option todatabricks_node_type
instead ofgraviton
(#5028) - Add
data_quality_monitor
resource and data sources (#5092). - Add
data_quality_refresh
resource and data sources (#5092). - Perform workspace-level permission assignment by
user_name
,group_name
, orservice_principal_name
(#5068).
Bug Fixes
- Fixed syncing of effective fields in plugin framework implementation of share resource (#4969)
- Mark
storage_location
as read-only indatabricks_catalog
(#5075)
Documentation
- Add instructions for migration from deprecated
databricks_catalog_workspace_binding
todatabricks_workspace_binding
(#5054) - Document output attributes in
databricks_storage_credential
(#5093)
Internal Changes
- Bump the Go SDK to v0.86.0 (#5092).