Changelog
New Features and Improvements:
- Added DeltaSharingRecipientTokenLifetimeInSeconds to ForceSendFields if DeltaSharingScope is set in databricks_metastore (#2846).
- Added NumWorkers to ForceSendFields in databricks_pipeline if
spark_conf
contains config for single-node cluster (#2852). - Added Terraform Provider for DefaultNamespaceSettings (#2710).
- Added
binding_type
attribute to databricks_catalog_workspace_binding resource (#2803). - Added
run_job_task
into the list of supported tasks of databricks_job resource (#2889). - Added support for
run_as_role
in databricks_sql_dashboard resource (#2756).
resource (#2495). - Added databricks_mlflow_model data source (#2456).
- Allow authentication during configure to fail (#2892).
- Authenticate client during configuration (#2885).
- Improve performance of databricks_notebook and databricks_workspace_file resources (#2902).
- Make
aws_key_info.key_alias
optional for databricks_mws_customer_managed_keys (#2791). - Make
prefix
&suffix
optional inmultiple
block of databricks_sql_query (#2905). - Recreate metastore assignment when changing workspace id (#2899).
- Update connection types (#2897).
- Mark
storage_root
optional for databricks_metastore resource (#2873). - Refactor databricks_recipient to Go SDK (#2858).
Bugfixes:
- Fixed
Update
method of databricks_user (#2878). - Fixed
Read
method of the databricks_mlflow_model resource (#2853).
Exporter:
- Fixed emitting of group membership
(#2868). - Don't omit
display_name
in databricks_user if it's not equal touser_name
(#2851). - Follow recommendations of identity team on decreasing load on SCIM API (#2773).
- Add case-insensitive match type for dependencies (#2854).
- Disable generation of empty or default blocks for databricks_job and databricks_cluster (#2857).
Documentation Changes:
- Update databricks_job documentation with
queue
block (#2872). - Use correct label in the issue template for documentation (#2850).
- Modified github issue template to identify regressions faster (#2847).
- Fixed documented default value for data_security_mode (#2866).
- Add a note about setting entitlements with databricks_entitlements for account-level identities (#2910).
- Add the missing
region
field to databricks_metastore resource block (#2859).
Internal Changes:
- Skiped GCP for UC integration tests using system schemas or statement execution API (#2877).
- Added integration test for SQL warehouse permissions in databricks_permissions (#2845).
- Bumped github.com/databricks/databricks-sdk-go from 0.24.0 to 0.25.0 (#2909).
- Enabled and fix tests (#2901).
- Fix Acceptance Tests (#2916).