-
Notifications
You must be signed in to change notification settings - Fork 527
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
Open
sfc-gh-turbaszek
wants to merge
422
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.
Open
Add support for async io #2608
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
(cherry picked from commit cc563d8)
(cherry picked from commit ce85800)
(cherry picked from commit f80d83e)
(cherry picked from commit 98381ae)
Co-authored-by: github-actions <[email protected]> (cherry picked from commit 15efed3)
(cherry picked from commit bbc2f80)
(cherry picked from commit b866808)
(cherry picked from commit ecd5d9f)
# Conflicts: # src/snowflake/connector/aio/_direct_file_operation_utils.py
(cherry picked from commit a6bd3cf)
Co-authored-by: Mikołaj Kubik <[email protected]> (cherry picked from commit 07230cf)
(cherry picked from commit c53aad7)
(cherry picked from commit 56fffab)
(cherry picked from commit ec14974) # Conflicts: # src/snowflake/connector/connection.py
(cherry picked from commit c14dff9)
) Co-authored-by: Nikita Peshkov <[email protected]> (cherry picked from commit 1a0290d)
(cherry picked from commit e54936b)
Co-authored-by: Tomasz Urbaszek <[email protected]> (cherry picked from commit a2162d8)
Fixed synch factory in async code of _wif.py Fixed async make_session and added necessary host_port_pooling
Co-authored-by: Eric Woroshow <[email protected]> Co-authored-by: Bing Li <[email protected]> Co-authored-by: Mark Keller <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Jakub Szczerbiński <[email protected]> Co-authored-by: Jamison <[email protected]> Co-authored-by: Adam Ling <[email protected]> Co-authored-by: Yijun Xie <[email protected]> Co-authored-by: David Szmolka <[email protected]> Co-authored-by: Pablo Nicolás Estevez <[email protected]> Co-authored-by: Richard Ebeling <[email protected]> Co-authored-by: Mikołaj Kubik <[email protected]> Co-authored-by: Filip Ochnik <[email protected]> Co-authored-by: Piotr Bulawa <[email protected]> Co-authored-by: Zihan Li <[email protected]> Co-authored-by: Maxim Mishchenko <[email protected]> Co-authored-by: Zexin Yao <[email protected]> Co-authored-by: Thomas Kissinger <[email protected]> Co-authored-by: Peter Mansour <[email protected]> Co-authored-by: Filip Pawłowski <[email protected]> Co-authored-by: Leonhard Spiegelberg <[email protected]> Co-authored-by: Adam Kolodziejczyk <[email protected]> Co-authored-by: Michał Hofman <[email protected]> Co-authored-by: Patryk Cyrek <[email protected]> Co-authored-by: Naresh Kumar <[email protected]> Co-authored-by: Rob Clevenger <[email protected]> Co-authored-by: Susheel Aroskar <[email protected]> Co-authored-by: Xiaohu Zhao <[email protected]> Co-authored-by: Myles Borins <[email protected]> Co-authored-by: Sanchit Karve <[email protected]> Co-authored-by: Sid Shetkar <[email protected]> Co-authored-by: Yuyang Wang <[email protected]> Co-authored-by: Berkay Öztürk <[email protected]> Co-authored-by: Julian <[email protected]> Co-authored-by: Gleb Khmyznikov <[email protected]> Co-authored-by: Harsh Pathak <[email protected]> Co-authored-by: George Merticariu <[email protected]> Co-authored-by: Edward Qin <[email protected]> Co-authored-by: Brandon Chinn <[email protected]> Co-authored-by: jochenott <[email protected]> Co-authored-by: Jochen Ott <[email protected]> Co-authored-by: Sean Noonan <[email protected]> Co-authored-by: Naren Krishna <[email protected]> Co-authored-by: Eric Buehl <[email protected]> Co-authored-by: Mathias Florin <[email protected]> Co-authored-by: James Kasten <[email protected]> Co-authored-by: Dawid Heyman <[email protected]> Co-authored-by: HeroCC <[email protected]> Co-authored-by: Tomasz Urbaszek <[email protected]> Co-authored-by: Jakub Wilkowski <[email protected]> Co-authored-by: Nikita Peshkov <[email protected]>
sfc-gh-pczajka
approved these changes
Nov 28, 2025
cae6c03 to
4f65067
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DO_NOT_PORT_CHANGES_TO_SP
Add this label when changes in this PR do not need to be port to SP connector
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: