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
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
When I try to cancel a dbt invocation, the invocation can be cancelled but the query is not cancelled in Athena. Therefore it can lead to concurrent requests when retrying.
Expected Behavior
When the dbt invocation cancel process is done, the query should be cancelled in Athena
Steps To Reproduce
Run a model
Cancel the invocation (for instance with CTRL + c)
Check in Athena console if the query is still running or not
Relevant log output
No response
Environment
- OS: MacOS (the same problem in Docker image based on Debian)
- Python: 3.12.7
- dbt-core: 1.8.9
- dbt-athena: 1.8.4
Additional Context
No response
The text was updated successfully, but these errors were encountered:
👋🏻 Hello dbt-athena community,
Is this a new bug in dbt-athena?
Current Behavior
When I try to cancel a dbt invocation, the invocation can be cancelled but the query is not cancelled in Athena. Therefore it can lead to concurrent requests when retrying.
Expected Behavior
When the dbt invocation cancel process is done, the query should be cancelled in Athena
Steps To Reproduce
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: