terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Exporter: follow up for #3556 - we need to include some UC objects into default listing
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 testrun locally - [ ] relevant change in
docs/folder - [ ] covered with integration tests in
internal/acceptance - [ ] relevant acceptance tests are passing
- [ ] using Go SDK
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
@@ 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: |