Skip to content

Conversation

sfc-gh-fpawlowski
Copy link
Contributor

@sfc-gh-fpawlowski sfc-gh-fpawlowski commented Aug 9, 2025

sfc-gh-pmansour and others added 30 commits August 7, 2025 15:04
…r to decouple threads number limitations on fetching and pre-fetching (#2255)
sfc-gh-jszczerbinski and others added 27 commits August 9, 2025 14:12
…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)
Co-authored-by: github-actions <[email protected]>
(cherry picked from commit 15efed3)
# Conflicts:
#	src/snowflake/connector/aio/_direct_file_operation_utils.py
Co-authored-by: Mikołaj Kubik <[email protected]>
(cherry picked from commit 07230cf)
@sfc-gh-fpawlowski sfc-gh-fpawlowski changed the base branch from main to cherrypicks-to-aio-connector-part10 August 9, 2025 14:30
Copy link
Collaborator

@sfc-gh-pczajka sfc-gh-pczajka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sfc-gh-fpawlowski sfc-gh-fpawlowski force-pushed the cherrypicks-to-aio-connector-part10 branch from 0208d11 to a84e7e0 Compare August 27, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.