You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v3.16.0(July 04,2025)
Bumped numpy dependency from <2.1.0 to <=2.2.4.
Added Windows support for Python 3.13.
Added bulk_upload_chunks parameter to write_pandas function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
Added support for new authentication mechanism PAT with external session ID.
Added client_fetch_use_mp parameter that enables multiprocessed fetching of result batches.
Added basic arrow support for Interval types.
Fixed write_pandas special characters usage in the location name.
Fixed usage of use_virtual_url when building the location for gcs storage client.
Added support for Snowflake OAuth for local applications.