-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #8682: Override path-like args in dbt retry
#8803
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8803 +/- ##
==========================================
+ Coverage 86.43% 86.46% +0.02%
==========================================
Files 176 176
Lines 26024 26028 +4
==========================================
+ Hits 22494 22504 +10
+ Misses 3530 3524 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
dbt retry
dbt retry
dbt retry
resolves #8682
Problem
Solution
Checklist