-
Notifications
You must be signed in to change notification settings - Fork 517
Cherrypicks to aio connector part11 #2462
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-fpawlowski
wants to merge
78
commits into
cherrypicks-to-aio-connector-part10
Choose a base branch
from
cherrypicks-to-aio-connector-part11
base: cherrypicks-to-aio-connector-part10
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
Cherrypicks to aio connector part11 #2462
sfc-gh-fpawlowski
wants to merge
78
commits into
cherrypicks-to-aio-connector-part10
from
cherrypicks-to-aio-connector-part11
+5,329
−1,497
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 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)
(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)
sfc-gh-pczajka
approved these changes
Aug 11, 2025
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.
LGTM
0208d11
to
a84e7e0
Compare
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.
SNOW-2111939: Bind cryptography to latest known working version #2325
SNOW-2057867 refactor and fixes to make pandas write work for Python … #2304
Filter out Deprecation warnings from test_incalid_conection_parameter… #2330
fix error message when SF_AUTH_SOCKET_ADDR was set #2332
SNOW-1947479 Add bulk_upload_chunks parameter to write_pandas #2322
SNOW-1762538 add detecting running inside a Jupyter notebook for collecting usage stats #2290
NO-SNOW fix olddriver test by pinning version of pytest-cov #2357