Releases: snowflakedb/snowflake-sqlalchemy
Releases · snowflakedb/snowflake-sqlalchemy
Release
-
v1.7.0(November 22, 2024)
- Add support for dynamic tables and required options
- Add support for hybrid tables
- Fixed SAWarning when registering functions with existing name in default namespace
- Update options to be defined in key arguments instead of arguments.
- Add support for refresh_mode option in DynamicTable
- Add support for iceberg table with Snowflake Catalog
- Fix cluster by option to support explicit expressions
- Add support for MAP datatype
Release
-
v1.6.1(July 9, 2024)
- Update internal project workflow with pypi publishing
-
v1.6.0(July 8, 2024)
- support for installing with SQLAlchemy 2.0.x
- use
hatch
&uv
for managing project virtual environments
-
v1.5.4
- Add ability to set ORDER / NOORDER sequence on columns with IDENTITY
Release
-
v1.5.3(April 16, 2024)
- Limit SQLAlchemy to < 2.0.0 before releasing version compatible with 2.0
Release
-
v1.5.2(April 11, 2024)
- Bump min SQLAlchemy to 1.4.19 for outer lateral join
- Add support for sequence ordering in tests
Release
- Fixed a compatibility issue with Snowflake Behavioral Change 1057 on outer lateral join, for more details check https://docs.snowflake.com/en/release-notes/bcr-bundles/2023_04/bcr-1057.
- Fixed credentials with
externalbrowser
authentication not caching due to incorrect parsing of boolean query parameters.- This fixes other boolean parameter passing to driver as well.
Release
Added option to create a temporary stage command.
Added support for geometry type.
Fixed a compatibility issue of regex expression with SQLAlchemy 1.4.49.
Release
- Re-applied the application name of driver connection
SnowflakeConnection
toSnowflakeSQLAlchemy
. SnowflakeDialect.get_columns
now throws aNoSuchTableError
exception when the specified table doesn't exist, instead of the more vagueKeyError
.- Fixed a bug that dialect can not be created with empty host name.
- Fixed a bug that
sqlalchemy.func.now
is not rendered correctly.
Release
- Bumped snowflake-connector-python dependency to newest version which supports Python 3.11.
- Reverted the change of application name introduced in v1.4.5 until support gets added.
Release
- Updated the application name of driver connection
SnowflakeConnection
toSnowflakeSQLAlchemy
.
Release
- Fixed a bug that percent signs in a non-compiled statement should not be interpolated with emtpy sequence when executed.