v1.42.0
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).
- 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).