-
v3.7.0(January 25,2024)
- Added a new boolean parameter
force_return_table
toSnowflakeCursor.fetch_arrow_all
to force returningpyarrow.Table
in case of zero rows. - Cleanup some C++ code warnings and performance issues.
- Added support for Python 3.12
- Make local testing more robust against implicit assumptions.
- Fixed PyArrow Table type hinting
- Added support for connecting using an existing connection via the session and master token.
- Added support for connecting to Snowflake by authenticating with multiple SAML IDP using external browser.
- Fixed compilation issue due to missing cstdint header on gcc13.
- Improved config permissions warning message.
- Added a new boolean parameter