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

Exporter: follow up for #3556 - we need to include some UC objects into default listing

Open alexott opened this issue 1 year ago • 1 comments

Changes

The uc-schemas, uc-models, uc-tables, and uc-volumes services don't have explicit List operation, but we need to include them into the default listing so they will be exported in the default mode.

Tests

  • [ ] make test run locally
  • [ ] relevant change in docs/ folder
  • [ ] covered with integration tests in internal/acceptance
  • [ ] relevant acceptance tests are passing
  • [ ] using Go SDK

alexott avatar May 10 '24 11:05 alexott

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.64%. Comparing base (31df20c) to head (1e11b04).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3565   +/-   ##
=======================================
  Coverage   82.64%   82.64%           
=======================================
  Files         184      184           
  Lines       19039    19041    +2     
=======================================
+ Hits        15735    15737    +2     
  Misses       2384     2384           
  Partials      920      920           
Files Coverage Δ
exporter/command.go 78.63% <100.00%> (+0.37%) :arrow_up:

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