-
Notifications
You must be signed in to change notification settings - Fork 189
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
Ct 854/change overzealous connection closing #428
Merged
VersusFacit
merged 18 commits into
main
from
CT-854/change_overzealous_connection_closing
Feb 7, 2023
Merged
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3f824d0
Add release_connection setting to not release the connection
joshuataylor e33c0dd
Merge branch 'main' into feature/connection-release
joshuataylor 020e31b
Merge branch 'main' into feature/connection-release
McKnight-42 b2b7ba5
Merge branch 'main' into feature/connection-release
joshuataylor 09e57a3
Merge branch 'main' into feature/connection-release
McKnight-42 1c23d7b
Merge branch 'main' into feature/connection-release
joshuataylor 4327237
Merge branch 'main' into feature/connection-release
joshuataylor cccffea
remove space
joshuataylor f5863ed
Merge branch 'main' into feature/connection-release
McKnight-42 ca468fa
Merge branch 'feature/connection-release' into CT-854/change_overzeal…
VersusFacit 8ec71a5
Simplify code and add profiles.yml integration.
VersusFacit 7edf782
Add release_connection to unit tests
VersusFacit ff047a0
Add changelog
VersusFacit 3614d92
Add warning for combination that can result in a bug.
VersusFacit 3eb1073
Merge branch 'main' into CT-854/change_overzealous_connection_closing
VersusFacit 70fcea8
Merge branch 'main' into CT-854/change_overzealous_connection_closing
VersusFacit a2b6b70
Rename config var with None default, change up tests. Remove warnings…
VersusFacit 8b246ce
Merge branch 'main' into CT-854/change_overzealous_connection_closing
VersusFacit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: Features | ||
body: Add configurable setting for keeping connections open on Snowflake | ||
time: 2023-01-31T02:26:59.701589-08:00 | ||
custom: | ||
Author: versusfacit joshuataylor | ||
Issue: "854" |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Context/Alternatives in PR description.
My proposed way of handling what appears to be a rare bug. Warn people against it. Don't encourage it.