terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

Added `databricks_automatic_cluster_update_workspace_setting` resource

Open nkvuong opened this issue 10 months ago • 1 comments

Changes

  • Added databricks_automatic_cluster_update_workspace_setting resource

Tests

  • [x] make test run locally
  • [x] relevant change in docs/ folder
  • [x] using Go SDK
  • [x] tested manually

nkvuong avatar Apr 09 '24 09:04 nkvuong

Codecov Report

Attention: Patch coverage is 97.22222% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 82.67%. Comparing base (31df20c) to head (83f5237).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3444      +/-   ##
==========================================
+ Coverage   82.64%   82.67%   +0.02%     
==========================================
  Files         184      185       +1     
  Lines       19039    19071      +32     
==========================================
+ Hits        15735    15767      +32     
  Misses       2384     2384              
  Partials      920      920              
Files Coverage Δ
settings/all_settings.go 100.00% <100.00%> (ø)
...tings/resource_automatic_cluster_update_setting.go 100.00% <100.00%> (ø)
settings/generic_setting.go 41.70% <66.66%> (+0.24%) :arrow_up:

codecov-commenter avatar May 10 '24 15:05 codecov-commenter

@nkvuong can we merge this if all looks good? I want to enable the public api docs.

harshshah-db avatar May 15 '24 19:05 harshshah-db