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-mkubik and others added 30 commits September 3, 2025 15:52
Co-authored-by: github-actions <github-actions@github.com>
(cherry picked from commit 15efed3)
# Conflicts:
#	src/snowflake/connector/aio/_direct_file_operation_utils.py
#2330)

(cherry picked from commit f1657d2)

# Conflicts:
#	test/integ/test_connection.py
Co-authored-by: Mikołaj Kubik <mikolaj.kubik@snowflake.com>
(cherry picked from commit 07230cf)
sfc-gh-fpawlowski and others added 12 commits November 27, 2025 08:43
Co-authored-by: Tomasz Urbaszek <tomasz.urbaszek@snowflake.com>
(cherry picked from commit a2162d8)
Fixed synch factory in async code of _wif.py
Fixed async make_session and added necessary host_port_pooling
… Jenkins env changes (#2646)

(cherry picked from commit 271e6ca)
Co-authored-by: Eric Woroshow <eric.woroshow@snowflake.com>
Co-authored-by: Bing Li <63471091+sfc-gh-bli@users.noreply.github.com>
Co-authored-by: Mark Keller <mark.keller@snowflake.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jakub Szczerbiński <jakub.szczerbinski@snowflake.com>
Co-authored-by: Jamison <jamison.rose@snowflake.com>
Co-authored-by: Adam Ling <adam.ling@snowflake.com>
Co-authored-by: Yijun Xie <yijun.xie@snowflake.com>
Co-authored-by: David Szmolka <69192509+sfc-gh-dszmolka@users.noreply.github.com>
Co-authored-by: Pablo Nicolás Estevez <73709191+Polandia94@users.noreply.github.com>
Co-authored-by: Richard Ebeling <richard.ebeling@snowflake.com>
Co-authored-by: Mikołaj Kubik <mikolaj.kubik@snowflake.com>
Co-authored-by: Filip Ochnik <filip.ochnik@snowflake.com>
Co-authored-by: Piotr Bulawa <piotr.bulawa@snowflake.com>
Co-authored-by: Zihan Li <63482288+sfc-gh-zli@users.noreply.github.com>
Co-authored-by: Maxim Mishchenko <maxim.mishchenko@snowflake.com>
Co-authored-by: Zexin Yao <103003040+sfc-gh-zyao@users.noreply.github.com>
Co-authored-by: Thomas Kissinger <61704619+sfc-gh-tkissinger@users.noreply.github.com>
Co-authored-by: Peter Mansour <peter.mansour@snowflake.com>
Co-authored-by: Filip Pawłowski <filip.pawlowski@snowflake.com>
Co-authored-by: Leonhard Spiegelberg <leonhard.spiegelberg@snowflake.com>
Co-authored-by: Adam Kolodziejczyk <adam.kolodziejczyk@snowflake.com>
Co-authored-by: Michał Hofman <michal.hofman@snowflake.com>
Co-authored-by: Patryk Cyrek <patryk.cyrek@snowflake.com>
Co-authored-by: Naresh Kumar <113932371+sfc-gh-nkumar@users.noreply.github.com>
Co-authored-by: Rob Clevenger <rcleveng@users.noreply.github.com>
Co-authored-by: Susheel Aroskar <susheel.aroskar@snowflake.com>
Co-authored-by: Xiaohu Zhao <xiaohu.zhao@snowflake.com>
Co-authored-by: Myles Borins <myles.borins@snowflake.com>
Co-authored-by: Sanchit Karve <sanchit.karve@snowflake.com>
Co-authored-by: Sid Shetkar <sid.shetkar@snowflake.com>
Co-authored-by: Yuyang Wang <yuyang.wang@snowflake.com>
Co-authored-by: Berkay Öztürk <info@berkayozturk.net>
Co-authored-by: Julian <Argon-@users.noreply.github.com>
Co-authored-by: Gleb Khmyznikov <gleb.khmyznikov@gmail.com>
Co-authored-by: Harsh Pathak <harsh.pathak@snowflake.com>
Co-authored-by: George Merticariu <103256710+sfc-gh-gmerticariu@users.noreply.github.com>
Co-authored-by: Edward Qin <edward.qin@snowflake.com>
Co-authored-by: Brandon Chinn <brandon.chinn@snowflake.com>
Co-authored-by: jochenott <jochenott@users.noreply.github.com>
Co-authored-by: Jochen Ott <Jochen.Ott@blueyonder.com>
Co-authored-by: Sean Noonan <sean.noonan@snowflake.com>
Co-authored-by: Naren Krishna <naren.krishna@snowflake.com>
Co-authored-by: Eric Buehl <715650+ericbuehl@users.noreply.github.com>
Co-authored-by: Mathias Florin <31008003+mathiasflorin@users.noreply.github.com>
Co-authored-by: James Kasten <james.kasten@snowflake.com>
Co-authored-by: Dawid Heyman <dawid.heyman@snowflake.com>
Co-authored-by: HeroCC <2124489+HeroCC@users.noreply.github.com>
Co-authored-by: Tomasz Urbaszek <tomasz.urbaszek@snowflake.com>
Co-authored-by: Jakub Wilkowski <jakub.wilkowski@snowflake.com>
Co-authored-by: Nikita Peshkov <nikita.peshkov@teampicnic.com>
@sfc-gh-pczajka sfc-gh-pczajka marked this pull request as ready for review November 28, 2025 13:48
@sfc-gh-pczajka sfc-gh-pczajka requested a review from a team as a code owner November 28, 2025 13:48
@sfc-gh-pczajka sfc-gh-pczajka changed the title [DO NOT MERGE] Add support for async io Add support for async io Nov 28, 2025
Copy link
Contributor

@sfc-gh-fpawlowski sfc-gh-fpawlowski 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-pczajka sfc-gh-pczajka merged commit a02a3a5 into main Dec 3, 2025
130 of 139 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 3, 2025
@sfc-gh-pczajka sfc-gh-pczajka deleted the dev/aio-connector branch December 3, 2025 10:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.