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
Copy file name to clipboardExpand all lines: DESCRIPTION.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
13
13
- Add `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.
14
14
- Added support for new authentication mechanism PAT with external session ID.
15
15
- Added `client_fetch_use_mp` parameter that enables multiprocessed fetching of result batches.
16
-
17
-
- v3.15.1(May 20, 2025)
18
16
- Added basic arrow support for Interval types.
19
17
- Fix `write_pandas` special characters usage in the location name.
20
18
- Fix usage of `use_virtual_url` when building the location for gcs storage client.
0 commit comments