New Features and Improvements:
- Added databricks_artifact_allowlist (#2744).
- Added deployment field to databricks_job (#2821).
- Added support for
warehouse_id
,options
,partitions
and liquid clustering for databricks_sql_table resource (#2789).
Bugfixes:
- Fixed DiffSuppressFunc for databricks_model_serving resource (#2813).
- Fixed databricks_catalog
isolation_mode
(#2805).
Exporter:
- Exporter: Correct treatment of disallowed characters in notebooks/directory names (#2831).
- Exporter: Added support for exporting databricks_access_control_rule_set on account level (#2699).
- Exporter: Adjusted generation & normalization of job names (2836).
- Exporter: Clarified behaviour of services not marked with listing (#2785).
- Exporter: Fixed generation of names for databricks_library resources (#2832).
- Clarified experimental status of the exporter (#2816).
- Exporter: Ensured that name of databricks_repo is unique (#2842).
Documentation changes:
- Added
account_id
parameter to provider blocks in the guides (#2817). - Changed CREATE_TABLE to CREATE_EXTERNAL_TABLE (#2812).
- Corrected max number of pinned clusters in the databricks_cluster docs (#2825).
- Put
empty_result_state
underoptions
in the databricks_sql_alert resource (#2834). - Corrected grammar & rewording for better readability (part 1) (#2781).
Internal changes:
- Added additional integration tests for condition_task tasks in databricks_job (#2830).
- Bump github.com/databricks/databricks-sdk-go from 0.23.0 to 0.24.0 (#2835).
- Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.1 (#2819).
- Enabled Cluster Integration test (#2815).
- Changed Jobs List operations to use token-based pagination (#2810).