You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a regression in a recent version of dbt-core?
I believe this is a regression in dbt-core functionality
I have searched the existing issues, and I could not find an existing issue for this regression
Current Behavior
If a user upgrades from anything <1.7 to 1.7, then deferral and dbt retry are going to fail with the error.
Runtime Error
Expected a schema version of "https://schemas.getdbt.com/dbt/run-results/v5.json" in /tmp/defer-artifacts/run_results.json, but found "https://schemas.getdbt.com/dbt/run-results/v4.json". Are you running with a different version of dbt?
Expected/Previous Behavior
For it to defer or retry successfully after upgrading.
Steps To Reproduce
Take a project running a version older than 1.7 and using deferral.
github-actionsbot
changed the title
[Regression] Deferral and Retry fail in 1.7 if you don't have a run *without* deferral using 1.7 first
[CT-3326] [Regression] Deferral and Retry fail in 1.7 if you don't have a run *without* deferral using 1.7 first
Nov 6, 2023
Is this a regression in a recent version of dbt-core?
Current Behavior
If a user upgrades from anything <1.7 to 1.7, then deferral and dbt retry are going to fail with the error.
Expected/Previous Behavior
For it to defer or retry successfully after upgrading.
Steps To Reproduce
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
other (mention it in "Additional Context")
Additional Context
Feedback from @jtcohen6 :
The text was updated successfully, but these errors were encountered: