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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,12 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
18
18
- Fixed a bug where timezoned timestamps fetched as pandas.DataFrame or pyarrow.Table would overflow for the sake of unnecessary precision. In the case where an overflow cannot be prevented a clear error will be raised now.
19
19
- Fix OAuth authenticator values.
20
20
- Add `unsafe_skip_file_permissions_check` flag to skip file permissions check on cache and config.
21
-
- Introduce snowflake_version property to the connection
21
+
- Introduce snowflake_version property to the connection.
22
22
- Added basic json support for Interval types.
23
23
- Moved `OAUTH_TYPE` to `CLIENT_ENVIROMENT`.
24
24
- Fix bug where PAT with external session authenticator was used while `external_session_id` was not provided in `SnowflakeRestful.fetch`
25
25
- Added support for parameter `use_vectorized_scanner` in function `write_pandas`.
26
+
- Fixed GCS staging by ensuring the endpoint has a scheme.
26
27
- Fix unclear error messages in case of incorrect `authenticator` values.
27
28
- Fix case-sensitivity of `Oauth` and `programmatic_access_token` authenticator values.
28
29
- Relaxed `pyarrow` version constraint, versions >= 19 can now be used.
0 commit comments