terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Exporter: Emit directories during the listing only if they are explicitly configured in `-listing`
Changes
The exporter emitted directories even if they were specified only in -services, leading to the exporting of unnecessary objects. To return to the behavior between 1.38 and 1.45, add directories to the -listing
Tests
- [x]
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
Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
Project coverage is 81.60%. Comparing base (
e166af0) to head (09ad85c). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #3673 +/- ##
==========================================
- Coverage 81.61% 81.60% -0.01%
==========================================
Files 196 196
Lines 19739 19742 +3
==========================================
+ Hits 16109 16110 +1
- Misses 2671 2672 +1
- Partials 959 960 +1
| Files | Coverage Δ | |
|---|---|---|
| exporter/util.go | 76.19% <0.00%> (ø) |