Skip to content
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

[Bug] dbt core 1.9.1 does not respect threads flag on retry #11238

Open
2 tasks done
barberscott opened this issue Jan 24, 2025 · 3 comments
Open
2 tasks done

[Bug] dbt core 1.9.1 does not respect threads flag on retry #11238

barberscott opened this issue Jan 24, 2025 · 3 comments
Labels
bug Something isn't working triage

Comments

@barberscott
Copy link

Is this a new bug in dbt-core?

  • I believe this is a new bug in dbt-core
  • I have searched the existing issues, and I could not find an existing issue for this bug

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

- OS:
- Python: 3.10.x
- dbt: 1.9.1

Which database adapter are you using with dbt?

No response

Additional Context

No response

@barberscott barberscott added bug Something isn't working triage labels Jan 24, 2025
@barberscott
Copy link
Author

Image

@barberscott
Copy link
Author

Ah looks like #10591 didn't make 1.9.1.

@dataders
Copy link
Contributor

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.

Let me ask internally to see if this merits getting backported to 1.9. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants