Go modules · #2167
github.com/databricks/terraform-provider-databricks
v1.129.0databricks/terraform-provider-databricks ↗Last release 3 days ago
24 Aug 2026
Ships on a steady schedule
a new release about every 2 weeks
Nearly every release is documented
notes for 58 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
346 releases · first in 2022
Release timeline
346 releases since 2022Releases
- v1.59.020 Nov 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add
databricks_mws_network_connectivity_configanddatabricks_mws_network_connectivity_configsdata source (#3665). - Add support partitions in policy data sources (#4181).
- Added
databricks_registered_model_versionsdata source (#4100). - Update databricks_permissions resource to support vector-search-endpoints (#4209).
- add
databricks_serving_endpointsdata source (#4226).
Bug Fixes
- Add validation for
run_as_modeindatabricks_query(#4233). - Correct handling of updates for empty comments and
force_destroyin UC catalog, schema, registered models and volumes (#4244). - Fix deletion of dashboard if it was trashed out of band (#4235).
- Fix waiting for
databricks_vector_search_indexreadiness (#4243). - Remove single-node validation from interactive clusters (#4222).
- Remove single-node validation from jobs clusters (#4216).
- Use cluster list API to determine pinned cluster status (#4203).
- fix issue cased by setting pause_status in update monitor (#4242).
Documentation
- Clarify workspace provider config (#4208).
- Update "Databricks Workspace Creator" permissions on gcp-workspace.md (#4201).
- Update
grants.mdreferences (#4246). - Update description of
group_idindatabricks_mws_ncc_private_endpoint_rule(#4238). - remove subnet sharing limitation in AWS (#4239).
Internal Changes
- Bump Go SDK to latest and generate TF structs (#4249).
- Rename resources directory to products in pluginframework (#4139).
- Set user agent in some resources implemented in plugin framework (#4187).
- make
ApplyAndExpectDatawork with nested set (#4237).
Dependency Updates
- Bump dependencies for Plugin Framework and SDK v2 (#4215).
- Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 (#4236).
- Bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 (#4247).
Exporter
- Add
- v1.58.1-0.20241119164109-5afc4842600119 Nov 2024pre-release
Nothing published for this version
- v1.58.1-0.20241114074319-714e78cc604d14 Nov 2024pre-release
Nothing published for this version
- v1.58.08 Nov 2024
Release notes2 sources agree
Open source →Bug Fixes
- Always fill
cluster_nameindatabricks_clusterdata source (#4197). - Suppress equal fold diff for DLT pipeline resource (#4196).
- Upload content
databricks_workspace_fileusing raw format (#4200).
Internal Changes
- Update to latest OpenAPI spec and bump Go SDK (#4199).
Dependency Updates
- Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#4191).
- Always fill
- v1.57.1-0.20241106130012-5058e50a96436 Nov 2024pre-release
Nothing published for this version
- v1.57.06 Nov 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Added
databricks_functionsdata source (#4154).
Bug Fixes
- Handle edge case for
effective_propertiesindatabricks_sql_table(#4153). - Provide more prescriptive error when users fail to create a single node cluster (#4168).
Internal Changes
- Add test instructions for external contributors (#4169).
- Always write message for manual test integration (#4188).
- Make
ReadafterCreate/Updateconfigurable (#4190). - Migrate Share Data Source to Plugin Framework (#4161).
- Migrate Share Resource to Plugin Framework (#4047).
- Rollout Plugin Framework (#4134).
Dependency Updates
- Bump Go SDK to v0.50.0 (#4178).
Exporter
- Allow to match resource names by regular expression (#4177).
- Added
- v1.56.1-0.20241104192108-1e067f7e79144 Nov 2024pre-release
Nothing published for this version
- v1.56.1-0.20241029101742-92357dcf9cfb29 Oct 2024pre-release
Nothing published for this version
- v1.56.1-0.20241029092654-09753100403429 Oct 2024pre-release
Nothing published for this version
- v1.56.028 Oct 2024
Release notes2 sources agree
Open source →Bug Fixes
- Recreate missing system schema (#4068).
- Tolerate
databricks_permissionsresources for SQL warehouses with/warehouses/...IDs (#4158).
Documentation
- Fix
databricks_grantregarding metastore_id description (#4164).
Internal Changes
- Automatically trigger integration tests on PR (#4149).
Exporter
- v1.55.1-0.20241029092654-09753100403429 Oct 2024pre-release
Nothing published for this version
- v1.55.1-0.20241028165833-f382e4fb1dc728 Oct 2024pre-release
Nothing published for this version
- v1.55.1-0.20241024131921-8b2a735576d824 Oct 2024pre-release
Nothing published for this version
- v1.55.024 Oct 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add
databricks_alertresource to replacedatabricks_sql_alert(#4051). - Add
databricks_queryresource instead ofdatabricks_sql_query(#4103). - Added resource
databricks_custom_app_integration(#4124). - Handle
schemaattribute indatabricks_pipeline(#4137).
Bug Fixes
- Change repo used in test (#4122).
Documentation
- Clarify that
gravitonoption ofdatabricks_node_typecould be used on Azure (#4125). - Fix argument in example for
databricks_custom_app_integration(#4132). - Fix for UC on AWS guide - use
databricks_aws_unity_catalog_assume_role_policywhere necessary (#4109).
Exporter
- Add
- v1.54.1-0.20241018095450-29bb830b5fd018 Oct 2024pre-release
Nothing published for this version
- v1.54.018 Oct 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add
databricks_registered_modeldata source (#4033). - Add data source
databricks_notification_destinations(#4087).
Bug Fixes
- Fix databricks_cluster_pluginframework data source (#4097).
- Mark unity_catalog_provisioning_state as ReadOnly (#4116).
- Tolerate invalid keys in
databricks_workspace_conf(#4102). - force send
read_onlyindatabricks_external_locationwhen it's changed (#4067). - force send
read_onlyindatabricks_storage_credentialwhen it's changed (#4083).
Documentation
- Document
budget_policy_idindatabricks_pipelineanddatabricks_job(#4110). - Reformat code examples in documentation (#4081).
- Update documentation for
databricks_model_serving(#4115). - Updates to resource examples (#4093).
Internal Changes
- Add maxItem=1 validator for object types in plugin framework schema (#4094).
- Fix acceptance test for
databricks_registered_modeldata source (#4105). - Generate Effective Fields (#4057).
- Generate Effective Fields (#4112).
- Set SDK used in the useragent in context (#4092).
- Support adding context in resources and data sources (#4085).
- Update plugin framework schema to use ListNestedBlocks (#4040).
- Add
- v1.53.07 Oct 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add
databricks_budgetresource (#3955). - Add
databricks_mlflow_modelsdata source (#3874). - Add computed attribute
table_serving_urltodatabricks_online_table(#4048). - Add support for Identity Column in
databricks_sql_table(#4035).
Bug Fixes
- Add Sufficient Network Privileges to the Databricks Default Cross Account Policy (#4027)
- Ignore presence or absence of
/Workspaceprefix for dashboard resource (#4061). - Refactor
databricks_permissionsand allow the current user to set their own permissions (#3956). - Set ID for online table resource if creation succeeds but it isn't available yet (#4072).
Documentation
- Update CONTRIBUTING guide for plugin framework resources (#4078)
- Add guide for OIDC authentication (#4016).
- Correctly use native markdown callouts supported by TF Registry (#4073).
- Fixing links to
databricks_service_principalin TF guides (#4020).
Internal Changes
- Add
- v1.52.1-0.20240918114100-af46555600f418 Sept 2024pre-release
Nothing published for this version
- v1.52.017 Sept 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add support for filters in
databricks_clustersdata source (#4014). - Added
no_waitoption for clusters to skip waiting to start on cluster creation (#3953). - Introduced Plugin Framework (#3920).
Bug Fixes
- Add suppress diff for
azure_attributes.spot_bid_max_priceindatabricks_instance_pool(#3970). - Correctly send workload_type fields in
databricks_clusterto allow users to disable usage in certain contexts (#3972). - Fix
databricks_sql_tabletreatment of properties (#3925). - Force send fields for settings resources (#3978).
- Handle cluster deletion in
databricks_libraryread (#3909). - Make subscriptions optional for SqlAlertTask (#3983).
- Permanently delete
ERRORandTERMINATEDstate clusters if their creation fails (#4021).
Documentation
- Add troubleshooting guide for Provider "registry.terraform.io/databricks/databricks" planned an invalid value (#3961).
- Adopt official naming of Mosaic AI Vector Search (#3971).
- Document Terraform 1.0 as minimum version (#3952).
- Mention Salesforce as supported type in
databricks_connection(#3949). - Reimplement Azure Databricks deployment guide to use VNet injection & NPIP (#3986).
- Resolves #3127: Remove deprecated account_id field from mws_credentials resource (#3974).
- Small Grammar Corrections in Docs (#4006).
- Update
databricks_vector_search_indexdocs to match latest SDK (#4008). - Update aws_unity_catalog_assume_role_policy.md (#3968).
- Update documentation regarding authentication with Azure-managed Service Principal using GITHUB OIDC (#3932).
- Update metastore_assignment.md to properly reflect possible usage (#3967).
- Update minimum supported terraform version to 1.1.5 (#3965).
- Update resources diagram to include newer resources (#3962).
- Update workspace_binding import command (#3944).
- fix possible values for
securable_typeindatabricks_workspace_binding(#3942).
Internal Changes
- Add
AddPlanModifermethod for AttributeBuilder (#4009). - Add integration tests for volumes and quality monitor plugin framework (#3975).
- Add support for
computedtag in TfSDK Structs (#4005). - Added
databricks_quality_monitorresource anddatabricks_volumesdata source to plugin framework (#3958). - Allow vector search tests to fail (#3959).
- Clean up comments in library resource (#4015).
- Fix irregularities in plugin framework converter function errors (#4010).
- Make test utils public and move integration test for quality monitor (#3993).
- Migrate Share resource to Go SDK (#3916).
- Migrate
databricks_clusterdata source to plugin framework (#3988). - Migrate imports for terraform plugin framework + update init test provider factory (#3943).
- Move volumes test next to plugin framework data source (#3995).
- Refactor provider and related packages (#3940).
- Support import in acceptance test + adding import state for quality monitor (#3994).
- Library plugin framework migration (#3979).
- Fix
TestAccClusterResource_WorkloadType(#3989).
Dependency Updates
Exporter
- Add support for filters in
- v1.51.1-0.20240913140823-1e625761027113 Sept 2024pre-release
Nothing published for this version
- v1.51.1-0.20240912161902-e8ce7e7e5f8212 Sept 2024pre-release
Nothing published for this version
- v1.51.1-0.20240911105147-375539af974e11 Sept 2024pre-release
Nothing published for this version
- v1.51.1-0.20240910164421-c35264d1c65910 Sept 2024pre-release
Nothing published for this version
- v1.51.1-0.20240909134242-ca5ea216d6e09 Sept 2024pre-release
Nothing published for this version
- v1.51.1-0.20240905125127-afc4764aebc25 Sept 2024pre-release
Nothing published for this version
- v1.51.1-0.20240903181817-a9c20018d8c83 Sept 2024pre-release
Nothing published for this version
- v1.51.022 Aug 2024
Release notes2 sources agree
Open source →Breaking Changes
With this release, only protocol version 6 will be supported which is compatible with terraform CLI version 1.1.5 and later. If you are using an older version of the terraform CLI, please upgrade it to use this and further releases of Databricks terraform provider.
New Features and Improvements
- Automatically create
parent_pathfolder when creatingdatabricks_dashboard resourceif it doesn't exist (#3778).
Bug Fixes
- Fixed logging for underlying Go SDK (#3917).
- Remove not necessary field in
databricks_jobschema (#3907).
Internal Changes
- Add AttributeBuilder for Plugin Framework schema (#3922).
- Add CustomizableSchema for Plugin Framework (#3927).
- Add StructToSchema for Plugin Framework (#3928).
- Add codegen template and generated files for tfsdk structs (#3911).
- Add converter functions and tests for plugin framework (#3914).
- Added support to use protocol version 6 provider server for SDK plugin (#3862).
- Bump Go SDK to v0.45.0 (#3933).
- Change name with the aliases in codegen template (#3936).
- Update jd version from latest to 1.8.1 (#3915).
- Upgrade
staticcheckto v0.5.1 to get Go 1.23 support (#3931). - OPENAPI_SHA check (#3935).
- Use generic error for missing clusters (#3938)
Exporter
- Automatically create
- v1.50.1-0.20240822141413-f833cf2ea04d22 Aug 2024pre-release
Nothing published for this version
- v1.50.1-0.20240822124619-8ed75c246dde22 Aug 2024pre-release
Nothing published for this version
- v1.50.1-0.20240822083636-036da8c813fb22 Aug 2024pre-release
Nothing published for this version
- v1.50.1-0.20240822064421-aff97af6f72522 Aug 2024pre-release
Nothing published for this version
- v1.50.015 Aug 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Added
databricks_notification_destinationresource (#3820). - Added support for
cloudflare_api_tokenindatabricks_storage_credentialresource (#3835). - Add
activeattribute todatabricks_userdata source (#3733). - Add
workspace_pathattribute todatabricks_notebookresource and data source (#3885). - Mark attributes as sensitive in
databricks_mlflow_webhook(#3825).
Bug Fixes
- Automatically assign
IS_OWNERpermission to sql warehouse if not specified (#3829). - Corrected kms arn format in
data_aws_unity_catalog_policy(#3823). - Fix crash when destroying
databricks_compliance_security_profile_workspace_setting(#3883). - Fixed read method of
databricks_entitlementsresource (#3858). - Retry cluster update on "INVALID_STATE" (#3890).
- Save Pipeline resource to state in addition to spec (#3869).
- Tolerate
databricks_workspace_confdeletion failures (#3737). - Update Go SDK (#3826).
- cluster key update for
databricks_sql_tableshould not force new (#3824). - reading
databricks_metastore_assignmentwhen importing resource (#3827).
Documentation
- Add troubleshooting instructions for
databricks OAuth is not supported for this hosterror (#3815). - Clarify setting of permissions for workspace objects (#3884).
- Document missing task attributes in
databricks_jobresource (#3817). - Fixed documentation for
databricks_schemasdata source anddatabricks_metastore_assignmentresource (#3851). - clarified
spot_bid_max_priceoption fordatabricks_cluster(#3830). - marked
databricks_sql_dashboardas legacy (#3836).
Internal Changes
- Refactor exporter: split huge files into smaller ones (#3870).
- Refactored
client.ClientForHostto use Go SDK method (#3735). - Revert "Rewriting DLT pipelines using SDK" (#3838).
- Rewrite DLT pipelines using SDK (#3839).
- Rewriting DLT pipelines using SDK (#3792).
- Update Go SDK (#3808).
- refactored
databricks_mws_permission_assignmentto Go SDK (#3831).
Dependency Updates
- Bump databricks-sdk-go to 0.44.0 (#3896).
- Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 (#3775).
Exporter
- Add retry on "Operation timed out" error (#3897).
- Add support for Vector Search assets (#3828).
- Add support for
databricks_notification_destination(#3861). - Add support for
databricks_online_table(#3816). - Don't export model serving endpoints with foundational models (#3845).
- Fix generation of
autotermination_minutes = 0(#3881). - Generate
databricks_workspace_bindinginstead of legacydatabricks_catalog_workspace_binding(#3812). - Ignore DLT pipelines deployed via DABs (#3857).
- Improve exporting of
databricks_model_serving(#3821). - Refactoring: remove legacy code (#3864).
- Added
- v1.49.2-0.20240724150943-01be6515072524 Jul 2024pre-release
Nothing published for this version
- v1.49.124 Jul 2024
Release notes2 sources agree
Open source →Bug Fixes
- Fixed reading of permissions for SQL objects (#3800).
- don't update
databricks_metastoreduring creation if not required (#3783).
Documentation
- Clarified schedule block in
databricks_job(#3805). - Use correct names for isolation mode for storage credentials and external locations (#3804).
- Fix incomplete note in databricks_workspace_binding resource (#3806)
Internal Changes
- Refactored
databricks_zonesanddatabricks_spark_versionsdata sources to Go SDK (#3687).
Exporter
- v1.49.1-0.20240720060357-d58f89fc4d5c20 Jul 2024pre-release
Nothing published for this version
- v1.49.019 Jul 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Added
databricks_dashboardresource (#3729). - Added
databricks_schemadata source (#3732). - Added support for binding storage credentials and external locations to specific workspaces (#3678).
- Added
databricks_volumeas data source (#3211). - Make the
schedule.pause_statusfield read-only (#3692). - Renamed
databricks_catalog_workspace_bindingtodatabricks_workspace_binding(#3703). - Make
cluster_name_containsoptional indatabricks_clustersdata source (#3760). - Tolerate OAuth errors in databricks_mws_workspaces when managing tokens (#3761).
- Permissions for
databricks_dashboardresource (#3762). - Fix model serving resource (#3690)
Exporter
- Emit directories during the listing only if they are explicitly configured in
-listing(#3673). - Export libraries specified as
requirements.txt(#3649). - Fix generation of
run_asblocks indatabricks_job(#3724). - Use Go SDK structs for
databricks_jobresource (#3727). - Clarify use of
-listingand-servicesoptions (#3755). - Improve code generation for SQL Endpoints (#3764)
- Fix to support Serverless DLT (#3796)
Documentation
- Fix invalid priviledges in grants.md (#3716).
- Update cluster.md: add data_security_mode parameters
NONEandNO_ISOLATION(#3740). - Remove references to basic auth (#3720).
- Update resources diagram (#3765).
- Improve docs for Network Connectivity Config (#3794)
- Document serverless flag in databricks_pipeline (#3797)
- Add description of environment block to databricks_job (#3798)
Internal Changes
- Add Release tag (#3748).
- Improve Changelog by grouping changes (#3747).
- Change TF registry ownership (#3736).
- Refactored
databricks_cluster(s)data sources to Go SDK (#3685). - Upgrade databricks-sdk-go (#3743).
- Run goreleaser action in snapshot mode from merge queue (#3646).
- Make
dashboard_namerandom in integration tests fordatabricks_dashboardresource (#3763). - Clear stale go.sum values (#3768).
- Add "Owner" tag to test cluster in acceptance test (#3771).
- Fix integration test for restrict workspace admins setting (#3772).
- Add "Owner" tag to test SQL endpoint in acceptance test (#3774).
- Move PR message validation to a separate workflow (#3777).
- Trigger the validate workflow in the merge queue (#3782).
- Update properties for managed SQL table on latest DBR (#3784).
- Add "Owner" tag to test SQL endpoint in acceptance test (#3785).
- Ignore managed property for liquid clustering integration test (#3786)
- Fix processing of quoted titles (#3790)
- Added
- v1.48.315 Jul 2024
- v1.48.3-0.20240715121122-6c35500ae14715 Jul 2024pre-release
Nothing published for this version
- v1.48.3-0.20240703075105-75236a645b7d3 Jul 2024pre-release
Nothing published for this version
- v1.48.3-0.20240703070627-0d943ead9da03 Jul 2024pre-release
Nothing published for this version
- v1.48.3-0.20240702164255-c6f949c8a29c2 Jul 2024pre-release
Nothing published for this version
- v1.48.228 Jun 2024
- v1.48.127 Jun 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Fixed case sensitivity for principals in
databricks_grantsanddatabricks_grant(#3708).
Documentation Changes
- Update cluster policy doc (#3707).
Internal Changes
- Refactor some common functions for workspace bindings (#3702).
- Fixed case sensitivity for principals in
- v1.48.1-0.20240626102432-dfbcb5cdfc8326 Jun 2024pre-release
Nothing published for this version
- v1.48.025 Jun 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add customize diff for
databricks_grantanddatabricks_grantsfor case insensitivity & spaces in grants (#3657). - Fix detection of local file changes in
databricks_file(#3662). - Apply all cluster validations to jobs cluster references (#3651).
- Fixed: Issue with
databricks_clusterresource usingexporterdoes not include cluster libraries (#3674). - Relaxed cluster check for
databricks_sql_permissions(#3683). - Update jobs library fields from set to list (#3669).
- Added
CAN_MONITORpermission to SQL warehouses indatabricks_permissions(#3681).
Documentation Changes
- Fix errors in Unity Catalog data sources documentation (#3656).
- Rename default_namespace_setting documentation to correct name (#3682).
- Fix private DNS zone resource name in ADB PL Simplified guide (#3664).
- Added links to Terraform modules and removed mention of E2 arch (#3667).
Internal Changes
Dependency updates
- Add customize diff for
- v1.47.1-0.20240607124431-22732d11f9ad7 Jun 2024pre-release
Nothing published for this version
- v1.47.1-0.20240607063412-2273466725497 Jun 2024pre-release
Nothing published for this version
- v1.47.1-0.20240606142822-bb5ffcbe53936 Jun 2024pre-release
Nothing published for this version
- v1.47.05 Jun 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Added
gcp_workspace_sacomputed attribute todatabricks_mws_workspaces(#3617). - Added
storage_credential_idattribute todatabricks_storage_credentialresource (#3636). - Added
full_nameattribute todatabricks_system_schemaresource (#3634). - Fix SQL table column type throws error (#3501).
- Add
aws_unity_catalog_assume_role_policydata source (#3622). - Fix bug for job creation with
num_workers = 0(#3642).
Documentation Changes
- Document support of
requirements.txtspecification in cluster libraries (#3637). - Clarify about trailing slash character in file arrival trigger URL in
databricks_jobresource (#3635). - Clarify about
autotermination_minutesindatabricks_jobclusters (#3641).
Dependency updates:
- Bump golang.org/x/mod from 0.17.0 to 0.18.0 (#3643).
- Added
- v1.46.030 May 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Do not suppress diff if it is explicitly changed to zero (#3611).
- Fixed
resource_clusterbug with ebs volume fields (#3613). - Remove and update default params for
resource_model_serving(#3608). - Added
LocalSsdCountinGcpAttributesto ForceSendFields for databricks_cluster resource (#3631).
Documentation Changes
- Remove usage of deprecated
azurermoptions from PL guides (#3606). - Remove table update trigger from
job.md(#3621).
Internal Changes
- v1.45.1-0.20240524114739-079c608da82e24 May 2024pre-release
Nothing published for this version
- v1.45.023 May 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Fix control run state failures for
databricks_jobresource (#3585). - Added support for popular column types for
resource_sql_table(#3528). - Modify state upgrader to remove
ebs_volume_iopsset to zero (#3601). - Added
databricks_enhanced_security_monitoring_workspace_settingresource for ESC (Enhanced Compliance and Security) settings (#3563). - Added
databricks_automatic_cluster_update_workspace_settingresource (#3444). - Added
databricks_compliance_security_profile_workspace_settingresource (#3564). - Added route optimized option to model serving terraform (#3572).
- Rename lakehouse monitor to quality monitor (#3584).
Documentation Changes
- Fix documentation for
databricks_storage_credentialanddatabricks_external_locationdata sources (#3588).
Exporter
- Add support for
databricks_mws_permission_assignmentresource (#3562). - Don't list directories in the incremental mode (#3569).
Internal Changes
- Added TestMwsAccServicePrincipalResourceOnAws to flaky tests (#3580).
- Fix bug in collectionToMaps (#3581).
- Make customizable error logs more readable (#3583).
Dependency updates
- Fix control run state failures for
- v1.44.1-0.20240516142944-96485020a95016 May 2024pre-release
Nothing published for this version
- v1.44.1-0.20240515092516-a7733f924c8415 May 2024pre-release
Nothing published for this version
- v1.44.015 May 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add owner support to
databricks_sql_table(#3570). - Add
databricks_catalogdata source (#3573). - Add
databricks_tabledata source (#3571). - Add
databricks_mlflow_experimentdata source (#2389).
Documentation Changes
Exporter
- Fix rare race condition with variables map (#3568).
Internal Changes
Dependency updates:
- Bump go SDK to 0.40.1 (#3574), featuring improvements in tracing and debuggability of failed requests.
- Add owner support to
- v1.43.1-0.20240514185952-db539245b76c14 May 2024pre-release
Nothing published for this version
- v1.43.014 May 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Added state upgrader to remove
max_clusters_per_userand ebs volume attributes set to zero (#3551). - Robust retries for workspace get-status (#3550).
- Updated data_aws_crossaccount_policy to format resource string with account and region (#3544).
- Fixed Issue: The field
node_type_idcannot be supplied when an instance pool ID is provided (#3549)
Documentation Changes
Exporter
- Don't emit all UC objects when handling dependencies (#3556).
- Track removed objects during the
Emitphase (#3554). - Optimize generation of
databricks_group_memberresource (#3559). - Included some UC objects into default listing (#3565)
Internal Changes
- Added state upgrader to remove
- v1.42.1-0.20240503162741-774cc979fbde3 May 2024pre-release
Nothing published for this version
- v1.42.03 May 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Allow changes to
display_namefordatabricks_service_principal(#3523). - Modify
databricks_repoto support Git folders in the workspace (#3447). - Retry requests in the Databricks Go SDK until context timeout (#3537).
- Set ForceSendFields for boolean/integer values explicitly set to false/0 (#3385).
Bug fixes
- Added
ConflictsWithto legacy tasks indatabricks_jobto avoid errors when job parameters are used (#3500). - Fixed spn secret permanent diff (#3525).
- Introduced
common.NoClientDatahelper function and use it indatabricks_aws_crossaccount_policydata source to allow its use with workspace- or account-level providers (#3508). - Set
idattribute ofdatabricks_metastoredata source (#3503).
Documentation Changes
- Added documentation for compute options for tasks in
databricks_jobresource (#3504). - Added warning about depends_on order (#3489).
- Fixed various doc typos (#3512).
- Fixed
databricks_current_metastoredata source names in docs examples (#3515). - Improved Job documentation structure (#3511, #3536, #3535).
- Removed confusing mention of cloud types for
databricks_clustersanddatabricks_sql_warehousesdata sources (#3518).
Exporter
Internal Changes
- Added DATABRICKS_USER_AGENT_EXTRA (#3520).
- Adjusted list of supported platforms in
godownloader-databricks-provider.sh(#3527). - Switched to Go SDK for
databricks_directoryresource and data source (#3509). - Fixed codecov for repository (#3530).
Dependency updates:
- Bump databricks-sdk-go to v0.40.0 (#3534).
- Allow changes to
- v1.41.1-0.20240424134643-98d0cea7a2cf24 Apr 2024pre-release
Nothing published for this version