You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Release v1.67.0
### New Features and Improvements
* Add support for cluster logs delivery to UC Volumes ([#4492](#4492)).
* Expose more attributes for `databricks_connection` resource ([#4502](#4502)).
* Add `databricks_dashboards` resource ([#4521](#4521))
### Bug Fixes
* Populate `partitions` when reading `databricks_sql_table` ([#4486](#4486)).
* Fix configuration drift when configuring `databricks_connection` to builtin Hive Metastore ([#4505](#4505)).
* Only allow `authorized_paths` to be updated in the `options` field of `databricks_catalog` ([#4517](#4517)).
* Mark `default_catalog_name` attribute in `databricks_metastore_assignment` as deprecated ([#4522](#4522))
* Delete `databricks_sql_endpoint` that failed to start ([#4520](#4520))
* Fix filling of missing attributes in `databricks_quality_monitor` ([#4519](#4519)).
### Documentation
* Update `databricks_cluster` and `databricks_clusters` data source documentation ([#4506](#4506)).
### Exporter
* Explicitly abort execution via `panic` if list of users can't be fetched ([#4500](#4500)).
* Fix matching on `workspace_path` and refactoring ([#4504](#4504)).
### Internal Changes
* Bump golang version to 1.24.0 ([#4508](#4508)).
* Populate `partitions` when reading `databricks_sql_table` ([#4486](https://github.com/databricks/terraform-provider-databricks/pull/4486)).
14
+
* Fix configuration drift when configuring `databricks_connection` to builtin Hive Metastore ([#4505](https://github.com/databricks/terraform-provider-databricks/pull/4505)).
15
+
* Only allow `authorized_paths` to be updated in the `options` field of `databricks_catalog` ([#4517](https://github.com/databricks/terraform-provider-databricks/pull/4517)).
16
+
* Mark `default_catalog_name` attribute in `databricks_metastore_assignment` as deprecated ([#4522](https://github.com/databricks/terraform-provider-databricks/pull/4522))
17
+
* Delete `databricks_sql_endpoint` that failed to start ([#4520](https://github.com/databricks/terraform-provider-databricks/pull/4520))
18
+
* Fix filling of missing attributes in `databricks_quality_monitor` ([#4519](https://github.com/databricks/terraform-provider-databricks/pull/4519)).
19
+
20
+
### Documentation
21
+
22
+
* Update `databricks_cluster` and `databricks_clusters` data source documentation ([#4506](https://github.com/databricks/terraform-provider-databricks/pull/4506)).
23
+
24
+
### Exporter
25
+
26
+
* Explicitly abort execution via `panic` if list of users can't be fetched ([#4500](https://github.com/databricks/terraform-provider-databricks/pull/4500)).
27
+
* Fix matching on `workspace_path` and refactoring ([#4504](https://github.com/databricks/terraform-provider-databricks/pull/4504)).
28
+
29
+
### Internal Changes
30
+
31
+
* Bump golang version to 1.24.0 ([#4508](https://github.com/databricks/terraform-provider-databricks/pull/4508)).
* Populate `partitions` when reading `databricks_sql_table` ([#4486](https://github.com/databricks/terraform-provider-databricks/pull/4486)).
14
-
* Fix configuration drift when configuring `databricks_connection` to builtin Hive Metastore ([#4505](https://github.com/databricks/terraform-provider-databricks/pull/4505)).
15
-
* Only allow `authorized_paths` to be updated in the `options` field of `databricks_catalog` ([#4517](https://github.com/databricks/terraform-provider-databricks/pull/4517)).
16
-
* Mark `default_catalog_name` attribute in `databricks_metastore_assignment` as deprecated ([#4522](https://github.com/databricks/terraform-provider-databricks/pull/4522))
17
-
* Delete `databricks_sql_endpoint` that failed to start ([#4520](https://github.com/databricks/terraform-provider-databricks/pull/4520))
18
-
* Fix filling of missing attributes in `databricks_quality_monitor` ([#4519](https://github.com/databricks/terraform-provider-databricks/pull/4519)).
19
-
20
9
### Documentation
21
10
22
-
* Update `databricks_cluster` and `databricks_clusters` data source documentation ([#4506](https://github.com/databricks/terraform-provider-databricks/pull/4506)).
23
-
24
11
### Exporter
25
12
26
-
* Explicitly abort execution via `panic` if list of users can't be fetched ([#4500](https://github.com/databricks/terraform-provider-databricks/pull/4500)).
27
-
* Fix matching on `workspace_path` and refactoring ([#4504](https://github.com/databricks/terraform-provider-databricks/pull/4504)).
28
-
29
13
### Internal Changes
30
-
31
-
* Bump golang version to 1.24.0 ([#4508](https://github.com/databricks/terraform-provider-databricks/pull/4508)).
0 commit comments