PackageTrack

Go modules · #2167

github.com/databricks/terraform-provider-databricks

v1.129.0databricks/terraform-provider-databricks

Release timeline

346 releases since 2022
2023202420252026

Releases

  1. v1.95.023 Oct 2025
    Release notes2 sources agree

    Breaking Changes

    • Remove recipient_federation_policy resource and datasources (#5126)

    New Features and Improvements

    • Add provider_config support for SDKv2 compatible plugin framework resources and data sources(#5115)
    • Optimize databricks_grant and databricks_grants to not call the Update API if the requested permissions are already granted (#5095)
    • Added expected_workspace_status to databricks_mws_workspaces to support creating workspaces in provisioning status (#5019)

    Bug Fixes

    • Mark workload_size as not computed in databricks_model_serving (#5111)
    • Fix Inconsistent Plan Errors in Permissions Resource (#5091)

    Documentation

    • Add documentation on the service_principal_client_id attribute of databricks_app and related #5134

    Exporter

    • Remove METRIC_VIEW from sql_table resource (#5135)

    Internal Changes

    • Fix custom_app_integration_test (#5129)
    Open source →
  2. v1.94.1-0.20251022142853-d3c5f73e0c0622 Oct 2025pre-release

    Nothing published for this version

  3. v1.94.1-0.20251022072059-0451da37f3c222 Oct 2025pre-release

    Nothing published for this version

  4. v1.94.021 Oct 2025
    Release notes2 sources agree

    Bug Fixes

    • Fix crash when error happens during reading databricks_job (#5110)
    • Fix ADMIN assignment in databricks_permission_assignment resource (#5109)

    Documentation

    • Document table_update trigger in databricks_job resource (#5107)
    • Document new attributes in databricks_app resource and data sources (#5108)
    • Document git_email in databricks_git_credential resource (#5099)
    • Update CONTRIBUTING guidelines for migrating resources to plugin framework (#5121)

    Internal Changes

    • Add provider_config support for plugin framework (#5104)
    • Refactor catalog_test.go to use internal plan checks (#5112).
    Open source →
  5. v1.93.1-0.20251017145719-515d860040d117 Oct 2025pre-release

    Nothing published for this version

  6. v1.93.016 Oct 2025
    Release notes2 sources agree

    Internal Changes

    • Make plugin framework implementation of share resource as default (#4967)
    Open source →
  7. v1.92.015 Oct 2025
    Release notes2 sources agree

    Breaking Changes

    • Remove stale resources/datasources/documentation related to Clean Room services.
    • databricks_permissions resource no longer updates permissions on delete. This is to mitigate an issue with incorrect IS_OWNER being set (#5096)

    New Features and Improvements

    • Add arm option to databricks_node_type instead of graviton (#5028)
    • Add data_quality_monitor resource and data sources (#5092).
    • Add data_quality_refresh resource and data sources (#5092).
    • Perform workspace-level permission assignment by user_name, group_name, or service_principal_name (#5068).

    Bug Fixes

    • Fixed syncing of effective fields in plugin framework implementation of share resource (#4969)
    • Mark storage_location as read-only in databricks_catalog (#5075)

    Documentation

    • Add instructions for migration from deprecated databricks_catalog_workspace_binding to databricks_workspace_binding (#5054)
    • Document output attributes in databricks_storage_credential (#5093)

    Internal Changes

    • Bump the Go SDK to v0.86.0 (#5092).
    Open source →
  8. v1.91.1-0.20251010072316-0c7285b1c3a710 Oct 2025pre-release

    Nothing published for this version

  9. v1.91.1-0.20251001145925-23eb4f238b761 Oct 2025pre-release

    Nothing published for this version

  10. v1.91.029 Sept 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add table_id to the output of databricks_sql_table resource (#5058).

    Bug Fixes

    • Allow update managed_services_customer_managed_key_id in databricks_mws_workspaces (#5034)

    Documentation

    • Clarify the use of workspace-consume entitlement and access to Databricks One (#5043)
    Open source →
  11. v1.90.1-0.20250923112318-fbacbd46e93b23 Sept 2025pre-release

    Nothing published for this version

  12. v1.90.017 Sept 2025
    Release notes2 sources agree

    New Features and Improvements

    • Added no_wait option for databricks_sql_endpoint to skip waiting to start on warehouse creation (#5014)

    Bug Fixes

    • Remove incorrect customization for databricks_catalog (#5021)
    • Fix filling of active attribute in databricks_user data source (#5026)
    • Add support for share resource in plugin framework implementation to be SDKv2 compatible (#4965)

    Internal Changes

    • Use Jobs.Get instead of JobsGetByJobId (#5029)
    Open source →
  13. v1.89.1-0.20250917085950-430902d67b7017 Sept 2025pre-release

    Nothing published for this version

  14. v1.89.010 Sept 2025
    Release notes2 sources agree

    New Features and Improvements

    • Document and handle additional Microsoft Teams options in databricks_notification_destination (#4990)

    Bug Fixes

    • Fix regression with databricks_group data source introduced by a recent change (#4995)

    • Fix drift detection for databricks_connection with HTTP OAuth M2M

    Documentation

    • Document continuous.task_retry_mode in databricks_job (#4993)

    Exporter

    • Improve handling of dependencies for vector search index (#4989).
    • Handle new attributes for Slack and MS Teams in databricks_notification_destination (#5008).
    • Emit permission assignment and users/SPs/groups when processing databricks_mws_workspaces (#5012).
    Open source →
  15. v1.88.01 Sept 2025
    Release notes2 sources agree

    New Features and Improvements

    • Document and handle additional Slack options in databricks_notification_destination (#4933)
    • Lower case warehouse_name_contains when comparing in databricks_warehouses (#4966)
    • Added account_federation_policies resource and data sources (#4986).
    • Added account_setting_v2 resource and data sources (#4986).
    • Added account_settings_metadata_v2 resource and data sources (#4986).
    • Added apps_settings_custom_template resource and data sources (#4986).
    • Added entity_tag_assignment resource and data sources (#4986).
    • Added service_principal_federation_policies resource and data sources (#4986).
    • Added tag_policy resource and data sources (#4986).
    • Added workspace_setting_v2 resource and data sources (#4986).
    • Added workspace_settings_metadata_v2 resource and data sources (#4986).

    Bug Fixes

    • Suppress diff for databricks_catalog attributes (#4975)
    • Correct which file event fields should be reset in databricks_external_location (#4945)
    • Fix ExactlyOneOf in databricks_app (#4946)
    • Enable update of databricks_mws_ncc_private_endpoint_rule resource (#4957)
    • Fix metastore ID interpolation for account-level storage credential imports (#4980). Storage credentials can now be imported using two formats: <storage_credential_name> when using a workspace-level provider, and <metastore_id>|<storage_credential_name> when using an account-level provider. Previously, importing storage credentials with an account-level provider would fail due to missing metastore ID in the API call.

    Documentation

    • Improve documentation for grant resource (#4906)
    • Document gcp_attributes.first_on_demand attribute in databricks_cluster (#4934)
    • Improve databricks_mws_permission_assignment documentation (#4943)
    • Update databricks_job example to use environment_version (#4942)
    • Fix broken link in docs/index.md (#4949)
    • Update existing docs to match Go SDK 0.81.0 (#4960)

    Exporter

    • Add match by name to more exported resources (#4939)
    • Improve handling of new dependencies in jobs, pipelines, model serving (#4914)
    • Add support for databricks_budget (#4957)
    • Correct support for library.glob in databricks_pipeline (#4937)
    • Resolve references also for map values (#4944)

    Internal Changes

    • Replaced common.APIErrorBody with corresponding structs in Go SDK (#4936)
    • Reimplement databricks_group data source to use combination of List + Get API (#4947)
    • Use databricks_sql_table Instead of databricks_table in Sharing Tests (#4981
    • Bump the Go SDK to v0.82.0 (#4986).
    Open source →
  16. v1.87.2-0.20250816103627-fe03d96e851216 Aug 2025pre-release

    Nothing published for this version

  17. v1.87.113 Aug 2025
    Release notes2 sources agree

    Breaking Changes

    Terraform databricks provider version 1.86.0 introduced changes to databricks_share resource leading to panic for some users while applying terraform. We are rolling back to SDKv2 implementation in this version. No change is expected for users who are upgrading to latest version from before 1.86.0. Users on 1.86.0 and not facing issues are suggested to not upgrade their version to this patch release. We are investigating the issue and will release a fix soon.

    Internal Changes

    • Use SDKv2 Implementation for databricks_share resource as default (#4931)
    Open source →
  18. v1.87.1-0.20250813145713-e72c61c628f813 Aug 2025pre-release

    Nothing published for this version

  19. v1.87.013 Aug 2025
    Release notes2 sources agree

    Bug Fixes

    • Suppress data_security_mode aliases for databricks_cluster resource (#4911).

    Documentation

    • Document email_notifications block in model serving resources (#4910)
    • Deprecate data_source_id attribute in databricks_sql_endpoint resource (#4929)
    • Deprecate databricks_sql_visualization and databricks_sql_widget resource. (#4924)
    • Document APPLY_TAG privilege for databricks_volume grants (#4928)

    Internal Changes

    • Added integration test for METRIC_VIEW table type in databricks_grant and databricks_grants (#4927)
    • Update Go SDK to v0.80.0 (#4932)
    Open source →
  20. v1.86.1-0.20250807085412-bde694ae5f0f7 Aug 2025pre-release

    Nothing published for this version

  21. v1.86.06 Aug 2025
    Release notes2 sources agree

    Breaking Changes

    • Do not set `run_as from run_as_user_name in DLT pipelines. This fixes an issue where the value for run_as was unintentionally cached in the terraform state. More details and the workaround are specified in the PR: (#4886)

    New Features and Improvements

    • Don't redeploy databricks_sql_table for tables with struct subcolumns (#4001).
    • Added ability to add comment when defining a new databricks_share (#4802)
    • Added output attribute endpoint_url in databricks_model_serving (#4877).
    • Deprecate egg library type in databricks_cluster, databricks_job, and databricks_library (#4881).
    • Support databricks_service_principal_secret on workspace level (#4896).
    • Added resources and data sources for databricks_clean_room_asset, databricks_clean_room_auto_approval_rule and databricks_clean_room_asset_revisions_clean_room_asset (#4907).

    Bug Fixes

    • Corrected accidentally removed SpID field from databricks_service_principal (#4868).
    • Corrected optional fields in databricks_mws_ncc_private_endpoint_rule(#4856).
    • Fix handling of force option in databricks_git_credential (#4873).
    • Restricted create or replace statement to managed tables in databricks_sql_table(#4874).
    • Mitigate issue due to internal caching in databricks_secret_acl by retrying until ACL are applied with the right permission (#4885).
    • Fix schema mismatch bug in databricks_functions data source (#4902).
    • Set suppressDiff on string_shared_as in the Legacy databricks_share Resource (#4904).

    Documentation

    • Updated share documentation to be more in line with Terraform styling (#4802)
    • Refreshed databricks_job documentation (#4861).
    • Document environment block in databricks_pipeline (#4878).
    • Updated documentation for databricks_disable_legacy_dbfs_setting resource (#4870).
    • Add deprecation notice to databricks_dbfs_file and databricks_mount (#4876)
    • Updated documentation for databricks_disable_legacy_features_setting resource (#4884).
    • Improve docs for databricks_compliance_security_profile_setting (#4880).
    • Improve instructions for the Terraform Exporter (#4892).
    • Improve documentation for service principal data sources (#4900).
    • Add warning about disabling legacy features and default catalog (#4905).
    • Improve documentation for grants resources (#4906)

    Exporter

    • Added support for exporting of workspaces and related resources (#4899).

    Internal Changes

    • Promote Plugin Framework Share Resource to Production (#4846).
    • Update Go SDK to v0.79.0 (#4907).
    Open source →
  22. v1.85.015 Jul 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add bearer_token to the list of sensitive options in databricks_connection (#4812).
    • Use single-node cluster for databricks_sql_permissions (#4813).
    • Allow to retrieve service principal data by SCIM ID (#3142).
    • Add support for Lakebase databricks_database_instance in databricks_permissions (#4824).
    • Document new fields in databricks_model_serving and deprecate invalid_keywords and valid_topics in AI Gateway configuration (#4851).
    • Added support for Alert V2 in databricks_permissions (#4831).
    • Replace instead of dropping Delta databricks_sql_table (#2424).
    • Added databricks_clean_rooms_clean_room resource and data sources (#4844).
    • Added databricks_external_metadata resource and data sources (#4844).
    • Added databricks_materialized_features_feature_tag resource and data sources (#4844).
    • Improve databricks_git_credential resource by correctly handle new fields (#4854).

    Bug Fixes

    • Don't redeploy databricks_sql_table when view definition contains newlines or tabs (#4003).
    • Preserve queue setting for databricks_job resource when upgrading from provider version <1.71.0.
    • Fix updating of of fallback_config in databricks_model_serving (#4830).

    Documentation

    • Update documentation for single-node clusters in databricks_cluster resource (#4817).
    • Update GCP example for databricks_external_location resource (#4826)
    • Fix formatting for HTTP connection example in databricks_connection resource (#4826)
    • Document encryption_details block in databricks_external_location resource and data source (#4849)
    • Update Databricks SQL objects documentation (#4840)
    • Improve documentation for databricks_git_credential resource (#4837)
    • Rename DLT references to Lakeflow Declarative pipelines (#4842)
    • Update the list of UC permissions in UC guide for Azure (#4852).
    • Clarify and add more examples to databricks_mws_network_connectivity_config and databricks_mws_ncc_private_endpoint_rule documentation (#4847)
    • Document new attributes in databricks_app resource and data sources (#4848)

    Exporter

    • Fix generation of columns in databricks_sql_table resource (#4819).

    Internal Changes

    • Updated the contributing guide with instructions on how to modify the changelog (#4404).
    • Add synthetic field to jobs resource to control behavior of apply_policy_default_values (#4834).
    • Bump the Go SDK to v0.75.0 (#4844).
    Open source →
  23. v1.84.024 Jun 2025
    Release notes2 sources agree

    New Features and Improvements

    • Added time_rotating argument to databricks_service_principal_secret to enable secret rotation (#4789).
    • Add AWS support for databricks_mws_ncc_private_endpoint_rule (#4804).
    • Added key argument to databricks_jobs data source to enable mapping by job ID and allow duplicate job names (#4796).
    • Added online_store resource and data sources (#4809).
    • Bump the Go SDK to v0.73.1 (#4809).

    Documentation

    • Added HCL provider example for WIF authentication (#4799)
    • Added link to Workload Identity Federation page (#4786).
    • auto zone_id can only be used for fleet node types in databricks_instance_pool resource (#4782).
    • Document tags attribute in databricks_pipeline resource (#4783).
    • Recommend OAuth instead of PAT in guides (#4787)
    • Document new options in databricks_model_serving resource (#4789)
    • Added example of granting Account Admin role with databricks_service_principal_role resource (#4807)
    • Added more examples for databricks_connection (#4810)

    Exporter

    • Fix crash when importing model serving endpoint (#4806)
    Open source →
  24. v1.83.012 Jun 2025
    Release notes2 sources agree

    New Features and Improvements

    • Support for uc_securable resource in databricks_app (#4767)
    • Add schema_id to the output of databricks_schema resource (#4773).
    • Bump the Go SDK to v0.72.0 (#4777).

    Documentation

    • auto zone_id can only be used for fleet node types in databricks_instance_pool resource (#4782).
    Open source →
  25. v1.82.04 Jun 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add workspace_consume entitlement #4762.
    • Support configuration of file events in databricks_external_location #4749.
    • Improve support for new fields in databricks_pipeline #4744.

    Bug Fixes

    • Populate partitions when reading databricks_sql_table (#4674).
    • Fail when creating databricks_query and databricks_alert with already existing names #4697.

    Documentation

    • Improve the landing page documentation to prioritize preferred authentication methods and provide better guidance on how to configure the host argument.
    • Mark GKE-related fields for databricks_mws_workspaces and databricks_mws_networks as deprecated(#4752).
    Open source →
  26. v1.81.2-0.20250529065933-e2fad79c230f29 May 2025pre-release

    Nothing published for this version

  27. v1.81.123 May 2025
    Release notes2 sources agree

    Bug Fixes

    • Support updating databricks_cluster to Auto AZ #4743.
    Open source →
  28. v1.81.022 May 2025
    Release notes2 sources agree

    Breaking Changes

    • Removed access_point argument for databricks_external_location resource #4735

    New Features and Improvements

    • Allow to specify budget policy for databricks_vector_search_endpoint #4707
    • Added account_network_policy resource and data sources #4735
    • Added recipient_federation_policy resource and data sources #4735
    • Added workspace_network_option resource and data sources #4735

    Bug Fixes

    • Don't fail delete when databricks_system_schema can be disabled only by Databricks #4727
    • Fix debug logging for attributes used to configure the provider (#4728).
    • Add missing external Id in trust relationship for databricks_aws_unity_catalog_assume_role_policy (#4738).

    Documentation

    • Fix links to Delta Live Tables docs #4732
    • Replaced managed_policy_arns with aws_iam_role_policy_attachment in AWS guides (#4737).

    Internal Changes

    • Bump Go SDK to v0.70.0 #4735
    Open source →
  29. v1.80.019 May 2025
    Release notes2 sources agree

    New Features and Improvements

    Bug Fixes

    • Support updating all attributes for databricks_model_serving (#4575).
    • Fix reading of external_id for databricks_service_principal #4712

    Documentation

    • Added documentation for GITHUB OIDC authentication type [#4717] (https://github.com/databricks/terraform-provider-databricks/pull/4717)

    Exporter

    • Generate correct code for Databricks and Azure-managed service principals #4715
    Open source →
  30. v1.79.114 May 2025
    Release notes2 sources agree

    Bug Fixes

    • Use latest etag for access_control_rule_set 4622

    Documentation

    • Explicitly mention SCIM ID in databricks_group_member docs #4709
    Open source →
  31. v1.79.013 May 2025
    Release notes2 sources agree

    Internal Changes

    • Fixed documentation for budget_policy until it's fixed in proto #4708
    Open source →
  32. v1.78.013 May 2025
    Release notes2 sources agree

    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 and databricks_aws_bucket_policy #4691
    • Fix use of force option for service principals in databricks_git_credential #4704

    Documentation

    • Fix import documentation for all resources (#4699).
    Open source →
  33. v1.77.1-0.20250509075445-1982317e41709 May 2025pre-release

    Nothing published for this version

  34. v1.77.08 May 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add databricks_disable_legacy_features_setting account-level resource (#4676)
    • Update Databricks SDK to v0.68.0 (#4694).

    Documentation

    • Document minimum required Terraform version as 1.1.5 (#4683).
    Open source →
  35. v1.76.01 May 2025
    Release notes2 sources agree

    New Features and Improvements

    • Bump the Go SDK to v0.66.0 (#4682).

    Bug Fixes

    • Fix automatic cluster creation for databricks_sql_permissions (#4141)

    Documentation

    • Unify/reorganize notes in docs for resources/data sources (#4657)
    Open source →
  36. v1.75.024 Apr 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add support for power_bi_task in jobs (#4647)
    • Add support for dashboard_task in jobs (#4646)
    • Add compute_mode to databricks_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 in databricks_job (#4651)
    • Add more examples for databricks_model_serving (#4658)
    • Document on_streaming_backlog_exceeded in email/webhook notifications in databricks_job (#4660)
    • Refresh spark_python_task option in databricks_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 for databricks_grants to fix issue with wrongly generated dependencies (#4650)
    • Improve handling of owner for UC resources (#4669)
    Open source →
  37. v1.74.1-0.20250418181040-e98eee711c3a18 Apr 2025pre-release

    Nothing published for this version

  38. v1.74.016 Apr 2025
    Release notes2 sources agree

    Bug Fixes

    • Bug fixed in databricks_mws_workspaces resource due to migration of resource to Go SDK
    Open source →
  39. v1.73.010 Apr 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add a new settings resource databricks_disable_legacy_dbfs_setting (#4605)
    • Support for lifetime attribute in databricks_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 in databricks_app resource and data sources (#4614)
    • Document new fields in databricks_model_serving resource (#4615)

    Exporter

    • Add export of databricks_mws_network_connectivity_config and databricks_mws_ncc_private_endpoint_rule (#4613)

    Internal Changes

    • Refactor databricks_mws_workspaces resource and datasource, as well as databricks_mws_ncc_binding, to use the Go SDK (#4633).
    • Add TestMwsAccGcpWorkspaces and TestMwsAccGcpByovpcWorkspaces to flaky test (#4624).
    • Bump Go SDK to latest release (#4645)
    Open source →
  40. v1.72.07 Apr 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add databricks_disable_legacy_access_setting resource to disable legacy access methods (#4578).
    • Customize and document event_log block in databricks_pipeline (#4612)
    • Add automatic clustering support for databricks_sql_table (#4607)

    Bug Fixes

    • Fix databricks_workspace_binding for existing resources using external-location or storage-credential securable types (#4611).
    • Suppress diff in databricks_mlflow_experiment name (#4606)

    Documentation

    • Add import instructions for databricks_share and databricks_recipient (#4608)
    Open source →
  41. v1.71.01 Apr 2025
    Release notes2 sources agree

    New Features and Improvements

    • Mark GKE-related fields for databricks_mws_workspaces and databricks_mws_networks as deprecated(#4531).
    • Add support for CAN_VIEW permission level in databricks_permissions, which can be assigned to databricks_sql_endpoint (#4464).
    • Add support for aws-us-gov-dod (AWS Govcloud DoD shard) (#4594)

    Bug Fixes

    • Recreate databricks_access_control_rule_set when the name 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 for aws_attributes in databricks_cluster.
    • Added file events permissions to GCP external location documentation. (#4415).
    • Improve description of metric field in databricks_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 to idfed instead of access (#4571)
    • Fix panic caused by incorrect values in the cluster policies (#4585)

    Internal Changes

    • Bump Go SDK version to 0.61.0 (#4602)
    Open source →
  42. v1.70.012 Mar 2025
    Release notes2 sources agree

    Bug Fixes

    • Fix creation of databricks_storage_credential and databricks_credential resources on GCP with isolation mode (#4563)
    • Handle auto-enabled errors with databricks_system_schema #4547
    • Skip Read after Create in databricks_secret_acl to avoid errors(#4548).

    Documentation

    • Document amazon_bedrock_config.instance_profile_arn in databricks_model_serving (#4549)
    • Document management of permissions of databricks_budget_policy resource (#4561)
    • Document budget_policy_id in databricks_app resource and data sources (#4557)
    • Add a note on how databricks_grants work with MANAGE permission #4546
    Open source →
  43. v1.69.04 Mar 2025
    Release notes2 sources agree

    Documentation

    • Added budget_policy resource and data source documentation

    Internal Changes

    • Bump Go SDK version to 0.59.0 (#4544)
    Open source →
  44. v1.68.027 Feb 2025
    Release notes2 sources agree

    Documentation

    • Update vector_search_index resource documentation (#4534).
    Open source →
  45. v1.67.026 Feb 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add support for cluster logs delivery to UC Volumes (#4492).
    • Expose more attributes for databricks_connection resource (#4502).
    • Add databricks_dashboards resource (#4521)

    Bug Fixes

    • Populate partitions when reading databricks_sql_table (#4486).
    • Fix configuration drift when configuring databricks_connection to builtin Hive Metastore (#4505).
    • Only allow authorized_paths to be updated in the options field of databricks_catalog (#4517).
    • Mark default_catalog_name attribute in databricks_metastore_assignment as deprecated (#4522)
    • Delete databricks_sql_endpoint that failed to start (#4520)
    • Fix filling of missing attributes in databricks_quality_monitor (#4519).

    Documentation

    • Update databricks_cluster and databricks_clusters data source documentation (#4506).

    Exporter

    • Explicitly abort execution via panic if list of users can't be fetched (#4500).
    • Fix matching on workspace_path and refactoring (#4504).

    Internal Changes

    • Bump golang version to 1.24.0 (#4508).
    Open source →
  46. v1.66.1-0.20250213150222-73c6ff02ab6713 Feb 2025pre-release

    Nothing published for this version

  47. v1.66.013 Feb 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add multipart permissions to databricks_aws_unity_catalog_policy data source (#4440).

    Bug Fixes

    • Fixed an issue where reordering objects in a (pluginfw) Share wouldn’t update properly unless other changes were made (#4481).

    • Suppress options.pem_private_key_expiration_epoch_sec attribute for databricks_connection (#4474).

    Documentation

    • Add an example for Databricks Apps permissions (#4475).
    • Add explanation of timeouts to the troubleshooting guide (#4482).
    • Clarify that databricks_token and databricks_obo_token could be used only with workspace-level provider (#4480).

    Exporter

    • Refactor UC, SQL and SCIM objects into separate files (#4477).

    Internal Changes

    • Remove incorrectly working integration test TestAccLibraryUpdateTransitionFromPluginFw (#4487).
    Open source →
  48. v1.65.15 Feb 2025
    Release notes2 sources agree

    Bug Fixes

    • Do not send run_as when updating databricks_pipeline resource if no change is planned.
    Open source →
  49. v1.65.04 Feb 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add resources for AI/BI Dashboards embedding settings: databricks_aibi_dashboard_embedding_access_policy_setting and databricks_aibi_dashboard_embedding_approved_domains_setting (#4213).
    • Update Databricks Go SDK to v0.57.0.

    Bug Fixes

    • Make removing the config attribute of databricks_model_serving a no-op (#4446).

      This change allows integrations, such as DABs, to manage & update the configuration of a model serving endpoint independently of the lifecycle of the endpoint itself.

    • Correctly handle PAT and OBO tokens without expiration (#4444).

    • Mark task.spark_jar_task.run_as_repl as computed to fix configuration drift (#4452).

    • Recreate databricks_external_location when its name changes (#4467).

    Documentation

    • Fix attribute name in databricks_instance_profile examples (#4426).
    • Remove mention that databricks_credential is storage-only on GCP (#4460).
    • Officially document databricks_table as deprecated. Users of this resource should migrate to databricks_sql_table. See https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/sql_table for more information.
    • Improve examples and fix headers layout for databricks_job (#4455).

    Internal Changes

    • Refactored existing integration tests from the internal/acceptance package to the package corresponding to the resource under test. See CONTRIBUTING.md for more information on how to run the tests.
    Open source →
  50. v1.64.128 Jan 2025
    Release notes2 sources agree

    Documentation

    • Fix attribute name in databricks_instance_profile examples (#4426).

    Exporter

    • Additional tuning of references in databricks_job (#4434)

    Internal Changes

    • Started to use the new release framework for releases of the Terraform provider.
    Open source →
  51. v1.64.027 Jan 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add no_compute attribute to databricks_app (#4364).
    • Skip calling Read after Create/Update operations for databricks_notebook (#4173).
    • Updated AWS UC storage credential to include permissions for file events (#4406).

    Bug Fixes

    • Recreate databricks_token if it's not found or expired (#4431).
    • Handle empty response properly in databricks_mws_workspaces data source (#4414).
    • Recreate databricks_obo_token if it's removed or expired (#4428).

    Documentation

    • Added Queue Data Contributor role to Azure terraform docs (#4412).
    • Replaced references to data security mode with access mode (#4408).

    Internal Changes

    • Account for historical release headers when filtering on past changelog sections (#4409).
    • Introduce automated tagging (#4366).
    • Remove .extraheader config (#4405).
    • Remove tag signing in tagging.py script (#4407).
    • Set runs-on to use our internal runners (#4403).

    Dependency Updates

    • Bump Databricks Go SDK to v0.56.1 (#4430).
    • Bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 (#4429).
    • Bump github.com/hashicorp/terraform-plugin-mux from 0.17.0 to 0.18.0 (#4432).
    • Bump github.com/zclconf/go-cty from 1.16.1 to 1.16.2 (#4423).

    Exporter

    • Breaking: rename workspace service into wsconf (#4425).
    • Add listing for databricks_permissions so we can emit permissions for tokens (#4402).
    • Refactor jobs implementation to use only Go SDK (#4380).
    • improve handling of Emit/Add operations under the heavy load (#4401).
    Open source →
  52. v1.63.1-0.20250116150445-2ceab922096f16 Jan 2025pre-release

    Nothing published for this version

  53. v1.63.016 Jan 2025
    Release notes2 sources agree

    New Features and Improvements

    • Add fallback to databricks_external_location (#4372).

    Bug Fixes

    • Send only what is required in Update of databricks_credential (#4349).

    Documentation

    • Add MANAGE privilege to the relevant UC resources (#4371).
    • Add a note about schema evolution and databricks_sql_table (#4352).
    • Add description of clean_rooms_notebook_task in databricks_job (#4368).
    • Add docs for cluster attributes for clusters assigned to groups (#4359).
    • Add note about use of azurerm_databricks for enhanced security settings (#4393).
    • Clarify views sharing in databricks_share (#4378).
    • Document job edit_mode (#4354).

    Internal Changes

    • Auto generated customizable schemas (#4356).
    • Disable terraform fmt in exporter to workaround build issues (#4394).
    • Fixed redundant optional owners in share resource and bumped Go SDK (#4396).
    • Load auto-generated resources and data sources (#4367).
    • Migrate workflows that need write access to use hosted runners (#4377).
    • Remove TF annotations on TFSDK models (#4383).
    • Restart Cluster before Library Installation (#4384).

    Dependency Updates

    • Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 (#4374).
    • Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 (#4397).

    Exporter

    • Add exporting of for_each_task in jobs (#4347).
    • Add references for missing permissions/grants types (#4390).
    • Support for group assigned clusters (#4361).
    • Use Go SDK to list clusters (#4385).
    • Use Workspace.Export from Go SDK for notebooks/files (#4391).
    Open source →
  54. v1.62.130 Dec 2024
    Release notes2 sources agree

    Bug Fixes

    • Reflect backend updates in state for databricks_app (#4337).

    Documentation

    • Update databricks_workspace_conf documentation (#4334).
    • apply make fmt-docs to all docs (#4344).

    Internal Changes

    • Generate both SdkV2-compatible and Plugin Framework-compatible structures (#4332).
    • Mark TestAccServicePrincipalResourceOnAzure test as flaky (#4333).
    • Retry on 504 when calling the permission API (#4355).
    Open source →
  55. v1.62.018 Dec 2024
    Release notes2 sources agree

    New Features and Improvements

    • Allow to use GCP SA in databricks_credential (storage only) (#4302).

    Bug Fixes

    • Bump Golang x/crypto to 0.31 (#4319).

    Internal Changes

    • Generate models with correctly computed annotations (#4316).
    • Update Go SDK to 0.54.0 (#4328).

    Dependency Updates

    • Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 (#4320).

    Exporter

    • Correctly handle DB-managed UC objects (#4323).
    • Emit WSFS/UC files from parameters in the jobs (#4318).
    • Improve support of databricks_model_serving (#4324).
    • add support for databricks_credential (#4292).
    • export databricks_repo for Git Folders outside of /Repos (#4308).
    Open source →
  56. v1.61.012 Dec 2024
    Release notes2 sources agree

    New Features and Improvements

    • Add databricks_app resource and data source (#4099).

    Documentation

    • Add a warning that attribute should be used in databricks_permissions for databricks_vector_search_endpoint (#4312).

    Internal Changes

    • Added TF Plugin Framework checkbox item to PR template and removed checkbox for integration tests passing (#4227).
    • Expose several integration test helpers for use in plugin framework integration tests (#4310).
    • Fix ReadOnly() for ListNestedAttribute and Validators for ListNestedBlock (#4313).
    • Panic if the provided path is invalid (#4309).
    • Simplify databricks_storage_credential code (#4301).
    • Use Attributes by default for List Objects (#4315).
    • Use Plugin Framework types internally in generated TF SDK structures (#4291).
    Open source →
  57. v1.60.1-0.20241210171750-b1f08472fac510 Dec 2024pre-release

    Nothing published for this version

  58. v1.60.010 Dec 2024
    Release notes2 sources agree

    New Features and Improvements

    • Add databricks_credential resource (#4219).
    • Allow to filter jobs by name in databricks_jobs data source (#3395).

    Bug Fixes

    • Add client side validation for volume_type (#4289).
    • Forced send auto_stop_mins for databricks_sql_endpoint resource (#4265).
    • Handle deleted cluster gracefully (#4280).
    • Remove config drift if Azure SP is used in databricks_credential (#4294).
    • Use correct domain for Azure Gov and China (#4274).
    • don't start cluster if warehouse_id is specified for databricks_sql_table resource (#4259).

    Documentation

    • Document import support for databricks_notification_destination (#4276).
    • Update documentation for importing some MWS resources (#4281).
    • Update mws_log_delivery.md to add time_sleep (#4258).
    • Add missing H2 header in mws_network_connectivity_configs.md and optimization in data_mws_network_connectivity_configs (#4256).

    Internal Changes

    • Add ConvertToAttribute() to convert blocks in a resource/data source schema to attributes (#4284).
    • Bump Go SDK and generate TF structs (#4300).
    • Generate effective fields based of isServiceProposedIfEmpty (#4282).
    • Ignore Databricks Go SDK updates by dependabot (#4253).
    • Move TFSDK model template to universe (#4303).
    • Remove unused configuration from blocks (#4283).
    • Use isServiceProposedIfEmpty annotations for effective fields (#4270).
    • Use tf_v1 genkit mode (#4278).

    Dependency Updates

    • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#4269).
    • Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 (#4273).

    Exporter

    • Fix generation of references to users for user directories (#4297).
    • better handling of online tables/vsis in listing (#4288).
    Open source →
  59. v1.59.1-0.20241205153038-2f4b570479c65 Dec 2024pre-release

    Nothing published for this version

  60. v1.59.1-0.20241121115620-e587a02a7a1721 Nov 2024pre-release

    Nothing published for this version