We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I add a flag for threads to dbt retry it is not respected.
Threads are respected. A retry can have more or less threads than the original command.
dbt build --threads 4 || dbt retry --threads 1
- OS: - Python: 3.10.x - dbt: 1.9.1
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Ah looks like #10591 didn't make 1.9.1.
hi @barberscott! yeah I'm seeing the same thing. But I do see it was included in a 1.10 alpha release a few days ago.
1.10
Let me ask internally to see if this merits getting backported to 1.9. Cheers!
No branches or pull requests
Is this a new bug in dbt-core?
Current Behavior
If I add a flag for threads to dbt retry it is not respected.
Expected Behavior
Threads are respected. A retry can have more or less threads than the original command.
Steps To Reproduce
dbt build --threads 4 || dbt retry --threads 1
Relevant log output
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: