Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix description.md
  • Loading branch information
sfc-gh-pczajka committed Sep 2, 2025
commit 9ae1d96faf8a4ed7f574fd24426d6810f6e6c73f
7 changes: 2 additions & 5 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ https://docs.snowflake.com/
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python

# Release Notes
- v3.17.3(TBD)
- Enhanced configuration file permission warning messages.
- v3.17.4(TBD)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The future release notes are added post-release.


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually we don't have here an empty line, I recall.

- v3.17.3(September 05,2025)

-N/A

- Enhanced configuration file permission warning messages.
- Improved warning messages for readable permission issues to include clear instructions on how to skip warnings using the `SF_SKIP_WARNING_FOR_READ_PERMISSIONS_ON_CONFIG_FILE` environment variable.
- Fixed the bug with staging pandas dataframes on AWS - the regional endpoint is used when required
- This addresses the issue with `create_dataframe` call on Snowpark
Expand Down
Loading