dbx
dbx copied to clipboard
🔥 Add DLT support
Proposed changes
Implement DLT support as requested in #250
Types of changes
What types of changes does your code introduce to dbx?
Put an x in the boxes that apply
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update (if none of the other choices apply)
Codecov Report
Merging #451 (ae0de48) into main (04b3c13) will decrease coverage by
0.15%. The diff coverage is81.25%.
@@ Coverage Diff @@
## main #451 +/- ##
==========================================
- Coverage 91.66% 91.50% -0.16%
==========================================
Files 58 58
Lines 2782 2803 +21
Branches 482 489 +7
==========================================
+ Hits 2550 2565 +15
- Misses 164 168 +4
- Partials 68 70 +2
| Impacted Files | Coverage Δ | |
|---|---|---|
| dbx/commands/execute.py | 70.00% <55.00%> (-1.43%) |
:arrow_down: |
| dbx/models/deployment.py | 94.50% <73.68%> (-5.50%) |
:arrow_down: |
| dbx/commands/deploy.py | 89.20% <96.00%> (+0.07%) |
:arrow_up: |
| dbx/api/destroyer.py | 100.00% <100.00%> (ø) |
|
| dbx/commands/destroy.py | 100.00% <100.00%> (ø) |
|
| dbx/models/destroyer.py | 100.00% <100.00%> (ø) |
|
| dbx/utils/adjuster.py | 100.00% <100.00%> (ø) |
|
| dbx/api/launch/functions.py | 98.48% <0.00%> (+1.51%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Blocked by #522 We won't introduce DLT support until we've got the proper structure matching, it's just too erroneous. Time planning: 24/25/26 - merge #522, 26/27/28 - release DLT support as a part of 0.8.0b
All relevant work on this topic will be continued in #531