-
Notifications
You must be signed in to change notification settings - Fork 527
[DO NOT MERGE] Add support for async io #2608
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
Draft
sfc-gh-turbaszek
wants to merge
396
commits into
main
Choose a base branch
from
dev/aio-connector
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or 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
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Adam Ling <adam.ling@snowflake.com> (cherry picked from commit 5e96035)
(cherry picked from commit 2ab3745)
(cherry picked from commit 813bbd8)
(cherry picked from commit 985ec5e)
(cherry picked from commit 44313a3)
(cherry picked from commit 3a798e8)
…arams (#2240) As part of the Snowpark IR project, we will send AST as part of the request. To restore them faithfully on the server-side and avoid introducing yet another layer of indirection, we would like to use the HTTP Request Id. Currently, this Request Id is generated on the client as part of issuing the query. With this PR we introduce a new (client-side) statement parameter requestId that allows to overwrite the automatically generated request Id. requestId must be a valid UUID4 or UUID4 string. (cherry picked from commit 6e214d0)
(cherry picked from commit cc563d8)
…n pandas.to_sql anyway
…empotent __aenter__ through checking if conn closed (#2614)
(cherry picked from commit db2a10f)
Co-authored-by: Mikołaj Kubik <mikolaj.kubik@snowflake.com> (cherry picked from commit b301717) # Conflicts: # src/snowflake/connector/ssl_wrap_socket.py
Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <github-actions@github.com> (cherry picked from commit d6113ba)
(cherry picked from commit cfa0ad8)
(cherry picked from commit 252a5f1)
(cherry picked from commit 9c9be36)
# Conflicts: # src/snowflake/connector/aio/_session_manager.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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: