-
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
[CT-3370] [implementation] ensure dbt retry works with unit tests #9053
Comments
This appears to be working (in simple cases). I added an initial functional test for this in #9032: dbt-core/tests/functional/unit_testing/test_unit_testing.py Lines 172 to 179 in cc94269
|
Open question from refinement:
|
@graciegoheen I believe this was resolved by: #9032 test case here: |
I thought we changed the acceptance criteria to work on this ticket after we switched over the unit testing commands? But if the test is enough then I’m good to close it! |
Housekeeping
Acceptance criteria
dbt retry
re-executes the last dbt command from the node point of failure.Once we finish swapping over the
dbt unit-test
command todbt build
anddbt test
with selectors (#8979), let's confirmdbt retry
still works.If a unit test fails in a
dbt test
or adbt build
,dbt retry
should re-execute that dbt command from the failed unit test.dbt build
anddbt test
Impact to Other Teams
none
Will backports be required?
no
Context
No response
The text was updated successfully, but these errors were encountered: