-
Notifications
You must be signed in to change notification settings - Fork 119
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
Cancel python models on Ctrl-C #693
Conversation
9dcf18a
to
c5e3cb1
Compare
Hi @benc-db I have tested our scenario, everything runs smoothly, the python model can be canceled! Thank you very much! It's very pleasure to work with you. |
Hi @benc-db Thanks for work on this. I still have a question, if we want to use this feature, which version should we use? |
|
@benc-db Thanks! |
Resolves #684
Description
When you cancel a running dbt job, running SQL queries are cancelled. This PR extends #690 to propagate the cancel behavior to python models.
Checklist
CHANGELOG.md
and added information about my change to the "dbt-databricks next" section.