Skip to content

Conversation

@sfc-gh-turbaszek
Copy link
Contributor

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes #NNNN

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding a new telemetry message
    • I am modifying authorization mechanisms
    • I am adding new credentials
    • I am modifying OCSP code
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

    Please write a short description of how your code change solves the related issue.

  4. (Optional) PR for stored-proc connector:

sfc-gh-mmishchenko and others added 30 commits September 2, 2025 14:31
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Adam Ling <adam.ling@snowflake.com>

(cherry picked from commit 5e96035)
…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)
sfc-gh-fpawlowski and others added 30 commits November 12, 2025 17:35
…empotent __aenter__ through checking if conn closed (#2614)
Co-authored-by: Mikołaj Kubik <mikolaj.kubik@snowflake.com>

(cherry picked from commit b301717)

# Conflicts:
#	src/snowflake/connector/ssl_wrap_socket.py
…ck (#2535)

Co-authored-by: Patryk Czajka <patryk.czajka@snowflake.com>

(cherry picked from commit ae2bf2e)
…2501)

Co-authored-by: Patryk Czajka <patryk.czajka@snowflake.com>

(cherry picked from commit e3349a3)
Co-authored-by: Jenkins User <900904>
Co-authored-by: github-actions <github-actions@github.com>

(cherry picked from commit d6113ba)
# 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.