Changelog
New Features and Improvements:
- Add
webhooks_notifications
on task levels in databricks_job resource (#2953). - Add delegation support for databricks_storage_credential (#2973).
- Add edit_mode to databricks_job (#2918).
- Added databricks_instance_profiles data source (#2891).
- Allow to override built-in databricks_cluster_policy resources (#2941).
- Add databricks_current_config data source (#2890).
Bugfixes:
- Do not persist state from failed updates in databricks_workspace_conf (#2914).
- Fix
force_destroy
behaviour for databricks_schema (#2907). - Fix databricks_workspace_conf nightly race (#2952).
- Force sending the
content
field when creating empty databricks_workspace_file resources (#2931). - Generate correct
url
field for databricks_group resource on account level (#2911). - Make default_namespace_setting resource name singular (#2925).
- Fix: resolved issue with run_as_role not being applied on databricks_sql_query resource (#2940).
- Remove diff suppression for a job's
run_as
block (#2943).
Exporter:
- Fix generation of
branch
&tag
attributes in databricks_repo (#2929). - Generate correct code for inherited databricks_cluster_policies (#2936).
- Generate references also for integer attributes (#2946).
Documentation changes:
- Add documentation for
condition_task
in databricks_job resource (#2955). - Clarify that any_file also works for reading (#2937).
- Documented use of libraries in the databricks_cluster_policy resource (#2934).
- Small databricks_catalog_workspace_binding docs change (#2923).
- [DOC] Refresh Unity Catalog guides with the latest updates (#2917).
- [JOBS-13079] Add description to job settings (#2932).
- doc fixes (#2987).
- removing outdated note from doc (#2969).
Internal Changes:
- Add integration test coverage for delta sharing parameters (#2991).
- Bump Go SDK to v0.26.1 (#2968).
- Fixed unit tests for the upcoming Go SDK release (#2956).
- Migrate delete to use go-sdk for library resource (#2960).
- Migrate jobs delete to go-sdk (#2948).
- Moved
contains
function to common package (#2990).