-
Notifications
You must be signed in to change notification settings - Fork 527
Cherrypicks to aio connector part 28 #2643
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
Cherrypicks to aio connector part 28 #2643
Conversation
| and not isinstance(self.no_proxy, (str, bytes)) | ||
| ) | ||
| else self.no_proxy | ||
| ), |
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.
We have same code here and in async verion, can we create a helper on SnowflakeConnection class and reuse it in async version?
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.
In next cherrypick-PRs this code is changed in synch version (and actually extracted to a separate variable). So I would like to minimise such refactor changes here for now to avoid conflicts - it can be done after the final merge since we have vast number of such duplication.
sfc-gh-turbaszek
left a comment
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.
Small comments, but otherwise looks good to me
d7bbc8a to
797fa33
Compare
bf2d970 to
26eacf2
Compare
797fa33 to
6e870c0
Compare
26eacf2 to
0b14cb3
Compare
6e870c0 to
62a635e
Compare
0b14cb3 to
92121a5
Compare
007bd79 to
205f86d
Compare
87d40e6 to
e67c9b6
Compare
(cherry picked from commit 9c9be36)
# Conflicts: # src/snowflake/connector/aio/_session_manager.py
e67c9b6 to
aa41aa1
Compare
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.
(Optional) PR for stored-proc connector: