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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
20
20
- Add `SNOWFLAKE_AUTH_SOCKET_MSG_DONTWAIT` flag (usage: `SNOWFLAKE_AUTH_SOCKET_MSG_DONTWAIT=true`) to make a non-blocking socket.recv call and retry on Error
21
21
- Consider using this if running in a containerized environment and externalbrowser auth frequently hangs while waiting for callback
22
22
- NOTE: this has not been tested extensively, but has been shown to improve the experience when using WSL
23
+
- Added support for parsing structured type information in schema queries.
23
24
- Bumped platformdirs from >=2.6.0,<4.0.0 to >=2.6.0,<5.0.0
24
25
- Updated diagnostics to use system$allowlist instead of system$whitelist.
25
26
- Update `write_pandas` to skip TABLE IF NOT EXISTS in truncate mode.
0 commit comments