Changelog
Improvements and Bug Fixes
- Added
dashboard_filters_enabled
attribute to databricks_sql_dashboard resource (#2725). - Added
empty_result_state
attribute to the databricks_sql_alert resource (#2724). - Added enabled field for queueing (#2741).
- Added databricks_registered_model resource (#2771).
- Added logging package and fixed issue with API calls not being shown in DEBUG or lower log levels (#2747).
- Added databricks_system_schema resource (#2606).
- Don't rely on having
@
to check if it's user or SP (#2765). - Forced recreation of UC Volume when
volume_type
andstorage_location
are changed (#2734). - Improved Provider Logging (#2801).
- Marked attributes in the
run_as
block in databricks_job asExactlyOneOf
(#2784). - Masked sensitive field (#2755).
- Removed deprecation warning from
cluster_mount_info
in databricks_cluster, but mark it as experimental (#2787). - Suppress diff for
user_name
in databricks_user when the changes only in character case (#2786). - Refresh grant lists (#2746).
- Fixed run_as_role drift for databricks_sql_query resource (#2799).
- Fixed metastore read and add test (#2795).
Exporter:
- Exporter: fix a logic for omitting some fields (#2774).
- Exporter: improve exporting of databricks_cluster_policy resource (#2680).
- Exporter: parallel export of resources (#2742).
Documentation:
- Updated databricks_grants examples for databricks_external_location (#2735).
- Fixed documentation for databricks_schema about default value for
storage_root
(#2790). - Clarified possible values for
principal
attribute of databricks_secret_acl (#2772).
Other Changes:
- Bumped databricks-sdk-go dependency to 0.21.0 (#2738).
- Bumped github.com/databricks/databricks-sdk-go from 0.21.0 to 0.22.0 (#2761).
- Bumped github.com/databricks/databricks-sdk-go from 0.22.0 to 0.23.0 (#2794).
- Bumped github.com/hashicorp/hcl/v2 from 2.18.0 to 2.18.1 (#2776).
- Bumped github.com/zclconf/go-cty from 1.14.0 to 1.14.1 (#2777).
- Used
terraform-field-dev
as code owner instead offield-dev-ecosystem
(#2718). - GitHub Actions workflow to compute provider schema diff (#2740).