-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 run stuck at python models #9935
Comments
Thanks for reaching out @irisschen. Can you provide an example dbt python model that you are having problems with so that we can try to reproduce it? And can you also share the version of dbt-duckdb that you are using? |
|
Thanks for sharing that @irisschen. We'd still need a bit more information in order to try reproducing it. Could you also share the the following:
For exampleHere's the files I'm using currently:
And here's a command that works fine for me: dbt build -s +my_python_model Here's the output:
|
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
1 similar comment
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Is this a new bug in dbt-core?
Current Behavior
When running dbt with duckdb, I face an issue where the model execution process freezes indefinitely when it encounters a Python model during
dbt run
. No error messages are shown, and I can't stop it using ctrl+c.However, if I run the Python model separately using
dbt run -m python_model
before runningdbt run
, then dbt mysteriously completes the execution without any problems.Expected Behavior
dbt can successfully finish running without any errors
Steps To Reproduce
dbt run
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
other (mention it in "Additional Context")
Additional Context
No response
The text was updated successfully, but these errors were encountered: