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.105.0
### Breaking Changes
* Return empty string for `data_source_id` in `databricks_sql_warehouse` and `databricks_sql_endpoint` if data source API call fails ([#5312](#5312))
### New Features and Improvements
* Allow the `cluster_size` argument to be specified as "5X-Large" in `databricks_sql_warehouse`
* Update the maximum allowed value for `max_num_clusters` argument in `databricks_sql_warehouse` to 40 (see [API docs](https://docs.databricks.com/api/workspace/warehouses/create#max_num_clusters) for details).
### Bug Fixes
* Dashboard File Content Change Detection When Using `file_path` ([#5359])(#5359)
* Fix permanent drift in `databricks_model_serving` when using `*_plaintext` credential fields for external models ([#5125](#5125))
### Documentation
* Mark `data_source_id` as deprecated in `databricks_sql_warehouse` and `databricks_sql_endpoint` ([#5312](#5312))
### Exporter
* Add exporting for RFA destinations and Delta Sharing providers ([#5337](#5337))
### Internal Changes
* Update Go SDK to v0.104.0.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Version changelog
2
2
3
+
## Release v1.105.0 (2026-02-05)
4
+
5
+
### Breaking Changes
6
+
7
+
* Return empty string for `data_source_id` in `databricks_sql_warehouse` and `databricks_sql_endpoint` if data source API call fails ([#5312](https://github.com/databricks/terraform-provider-databricks/pull/5312))
8
+
9
+
### New Features and Improvements
10
+
11
+
* Allow the `cluster_size` argument to be specified as "5X-Large" in `databricks_sql_warehouse`
12
+
* Update the maximum allowed value for `max_num_clusters` argument in `databricks_sql_warehouse` to 40 (see [API docs](https://docs.databricks.com/api/workspace/warehouses/create#max_num_clusters) for details).
13
+
14
+
### Bug Fixes
15
+
16
+
* Dashboard File Content Change Detection When Using `file_path` ([#5359])(https://github.com/databricks/terraform-provider-databricks/pull/5359)
17
+
* Fix permanent drift in `databricks_model_serving` when using `*_plaintext` credential fields for external models ([#5125](https://github.com/databricks/terraform-provider-databricks/pull/5125))
18
+
19
+
### Documentation
20
+
21
+
* Mark `data_source_id` as deprecated in `databricks_sql_warehouse` and `databricks_sql_endpoint` ([#5312](https://github.com/databricks/terraform-provider-databricks/pull/5312))
22
+
23
+
### Exporter
24
+
25
+
* Add exporting for RFA destinations and Delta Sharing providers ([#5337](https://github.com/databricks/terraform-provider-databricks/pull/5337))
* Return empty string for `data_source_id` in `databricks_sql_warehouse` and `databricks_sql_endpoint` if data source API call fails ([#5312](https://github.com/databricks/terraform-provider-databricks/pull/5312))
8
-
9
7
### New Features and Improvements
10
8
11
-
* Allow the `cluster_size` argument to be specified as "5X-Large" in `databricks_sql_warehouse`
12
-
* Update the maximum allowed value for `max_num_clusters` argument in `databricks_sql_warehouse` to 40 (see [API docs](https://docs.databricks.com/api/workspace/warehouses/create#max_num_clusters) for details).
13
-
14
9
### Bug Fixes
15
10
16
-
* Dashboard File Content Change Detection When Using `file_path` ([#5359])(https://github.com/databricks/terraform-provider-databricks/pull/5359)
17
-
* Fix permanent drift in `databricks_model_serving` when using `*_plaintext` credential fields for external models ([#5125](https://github.com/databricks/terraform-provider-databricks/pull/5125))
18
-
19
11
### Documentation
20
12
21
-
* Mark `data_source_id` as deprecated in `databricks_sql_warehouse` and `databricks_sql_endpoint` ([#5312](https://github.com/databricks/terraform-provider-databricks/pull/5312))
22
-
23
13
### Exporter
24
14
25
-
* Add exporting for RFA destinations and Delta Sharing providers ([#5337](https://github.com/databricks/terraform-provider-databricks/pull/5337))
0 commit comments