New Features and Improvements
- Added a parameter that allows users to skip file uploads to stage if file exists on stage and contents of the file match.
- Improved type hint of
SnowflakeCursor.execute
method. - Improved GET logging to warn when downloading multiple files with the same name.
Bug Fixes
- Fixed a bug that prints error in logs for GET command on GCS.
- Fixed a bug that occurred when writing a Pandas DataFrame with non-default index in
snowflake.connector.pandas_tool.write_pandas
. - Fixed a bug that occurred when writing a Pandas DataFrame with column names containing double quotes in
snowflake.connector.pandas_tool.write_pandas
. - Fixed a bug that occurred when writing a Pandas DataFrame with binary data in
snowflake.connector.pandas_tool.write_pandas
.
Please check our community page for release notes.