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_policy
anddatabricks_aws_bucket_policy
#4691 - Fix use of
force
option 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_task
in jobs (#4647) - Add support for
dashboard_task
in jobs (#4646) - Add
compute_mode
todatabricks_mws_workspaces
to support creating serverless workspaces (#4670). - Make
spark_version
optional in the context of jobs such that a cluster policy can provide a default value (#4643)
Documentation
- Document
performance_target
indatabricks_job
(#4651) - Add more examples for
databricks_model_serving
(#4658) - Document
on_streaming_backlog_exceeded
in email/webhook notifications indatabricks_job
(#4660) - Refresh
spark_python_task
option indatabricks_job
(#4666)
Exporter
- Emit files installed with
%pip install
in 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
Ignore
implementation fordatabricks_grants
to fix issue with wrongly generated dependencies (#4650) - Improve handling of
owner
for UC resources (#4669)
v1.74.0
Release v1.74.0
Bug Fixes
- Bug fixed in
databricks_mws_workspaces
resource 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
lifetime
attribute indatabricks_service_principal_secret
resource (#4633). - Mark
databricks_sql_dashaboard
as deprecated (#4641)
Bug Fixes
- Increase the default HTTP timeout to 65 seconds.
Documentation
- Document
user_api_scopes
indatabricks_app
resource and data sources (#4614) - Document new fields in
databricks_model_serving
resource (#4615)
Exporter
- Add export of
databricks_mws_network_connectivity_config
anddatabricks_mws_ncc_private_endpoint_rule
(#4613)
Internal Changes
v1.72.0
New Features and Improvements
- Add
databricks_disable_legacy_access_setting
resource to disable legacy access methods (#4578). - Customize and document
event_log
block indatabricks_pipeline
(#4612) - Add automatic clustering support for
databricks_sql_table
(#4607)
Bug Fixes
- Fix
databricks_workspace_binding
for existing resources usingexternal-location
orstorage-credential
securable types (#4611). - Suppress diff in
databricks_mlflow_experiment
name (#4606)
Documentation
- Add import instructions for
databricks_share
anddatabricks_recipient
(#4608)
v1.71.0
New Features and Improvements
- Mark GKE-related fields for
databricks_mws_workspaces
anddatabricks_mws_networks
as deprecated(#4531). - Add support for
CAN_VIEW
permission 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_set
when thename
changes (#4572). - Avoid timeouts during
databricks_mount
state refresh and creation (#4590).
Documentation
- Improve documentation for
databricks_access_control_rule_set
(#4580). - Correct
first_on_demand
documentation foraws_attributes
indatabricks_cluster
. - Added file events permissions to GCP external location documentation. (#4415).
- Improve description of
metric
field indatabricks_job
resource #4595
Exporter
- Add support for special selectors in
-listing
and-services
#4573 - Fix incorrect reference to model serving endpoint #4588
- Allow the selective export of
databricks_mws_permission_assignment
, and change its service name toidfed
instead ofaccess
(#4571) - Fix panic caused by incorrect values in the cluster policies (#4585)
Internal Changes
- Bump Go SDK version to 0.61.0 (#4602)