Releases: databricks/terraform-provider-databricks
Releases · databricks/terraform-provider-databricks
v1.79.1
v1.79.0
v1.78.0
Release v1.78.0
New Features and Improvements
- Faster and more reliable schema deletion. It now uses schemas/delete call with force=true flag instead of manually listing and deleting all resources. #4705
Bug Fixes
- Fix validation of S3 bucket name in
databricks_aws_unity_catalog_policyanddatabricks_aws_bucket_policy#4691 - Fix use of
forceoption for service principals indatabricks_git_credential#4704
Documentation
- Fix import documentation for all resources (#4699).
v1.77.0
v1.76.0
v1.75.0
Release v1.75.0
New Features and Improvements
- Add support for
power_bi_taskin jobs (#4647) - Add support for
dashboard_taskin jobs (#4646) - Add
compute_modetodatabricks_mws_workspacesto support creating serverless workspaces (#4670). - Make
spark_versionoptional in the context of jobs such that a cluster policy can provide a default value (#4643)
Documentation
- Document
performance_targetindatabricks_job(#4651) - Add more examples for
databricks_model_serving(#4658) - Document
on_streaming_backlog_exceededin email/webhook notifications indatabricks_job(#4660) - Refresh
spark_python_taskoption indatabricks_job(#4666)
Exporter
- Emit files installed with
%pip installin Python notebooks (#4664) - Correctly handle account-level identities when generating the code (#4650)
- Add export of dashboard tasks in
datarbicks_job(#4665) - Add export of PowerBI tasks in
datarbicks_job(#4668) - Add
Ignoreimplementation fordatabricks_grantsto fix issue with wrongly generated dependencies (#4650) - Improve handling of
ownerfor UC resources (#4669)
v1.74.0
Release v1.74.0
Bug Fixes
- Bug fixed in
databricks_mws_workspacesresource due to migration of resource to Go SDK
v1.73.0
Release v1.73.0
New Features and Improvements
- Add a new settings resource
databricks_disable_legacy_dbfs_setting(#4605) - Support for
lifetimeattribute indatabricks_service_principal_secretresource (#4633). - Mark
databricks_sql_dashaboardas deprecated (#4641)
Bug Fixes
- Increase the default HTTP timeout to 65 seconds.
Documentation
- Document
user_api_scopesindatabricks_appresource and data sources (#4614) - Document new fields in
databricks_model_servingresource (#4615)
Exporter
- Add export of
databricks_mws_network_connectivity_configanddatabricks_mws_ncc_private_endpoint_rule(#4613)
Internal Changes
v1.72.0
New Features and Improvements
- Add
databricks_disable_legacy_access_settingresource to disable legacy access methods (#4578). - Customize and document
event_logblock indatabricks_pipeline(#4612) - Add automatic clustering support for
databricks_sql_table(#4607)
Bug Fixes
- Fix
databricks_workspace_bindingfor existing resources usingexternal-locationorstorage-credentialsecurable types (#4611). - Suppress diff in
databricks_mlflow_experimentname (#4606)
Documentation
- Add import instructions for
databricks_shareanddatabricks_recipient(#4608)
v1.71.0
New Features and Improvements
- Mark GKE-related fields for
databricks_mws_workspacesanddatabricks_mws_networksas deprecated(#4531). - Add support for
CAN_VIEWpermission level indatabricks_permissions, which can be assigned todatabricks_sql_endpoint(#4464). - Add support for
aws-us-gov-dod(AWS Govcloud DoD shard) (https://github.com/databricks/terraform-provider-databricks/pull/4594)
Bug Fixes
- Recreate
databricks_access_control_rule_setwhen thenamechanges (#4572). - Avoid timeouts during
databricks_mountstate refresh and creation (#4590).
Documentation
- Improve documentation for
databricks_access_control_rule_set(#4580). - Correct
first_on_demanddocumentation foraws_attributesindatabricks_cluster. - Added file events permissions to GCP external location documentation. (#4415).
- Improve description of
metricfield indatabricks_jobresource #4595
Exporter
- Add support for special selectors in
-listingand-services#4573 - Fix incorrect reference to model serving endpoint #4588
- Allow the selective export of
databricks_mws_permission_assignment, and change its service name toidfedinstead ofaccess(#4571) - Fix panic caused by incorrect values in the cluster policies (#4585)
Internal Changes
- Bump Go SDK version to 0.61.0 (#4602)