-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow dbt to cancel connections (#718)
* Save backend_pid on initiation * Adjust OnConfigurationChangeOption import * Use MagicMock to accomodate __getitem__ call on cursor results * Test backend_pid usage * Store backend_pid on connection directly --------- Co-authored-by: Mike Alfare <[email protected]> Co-authored-by: Teresa Martyny <[email protected]>
- Loading branch information
1 parent
deb92e5
commit fdad756
Showing
3 changed files
with
79 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: dbt can cancel open queries upon interrupt | ||
time: 2024-03-26T12:37:03.17481-05:00 | ||
custom: | ||
Author: holly-evans | ||
Issue: "705" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters