Releases: snowflakedb/snowflake-sqlalchemy
Releases · snowflakedb/snowflake-sqlalchemy
Release
Release
- v1.7.5(June 20, 2025)
- Fix compilation of Merge and Copy Into was not working
Release
- v1.7.4(June 10, 2025)
- Fix dependency on DESCRIBE TABLE columns quantity (differences in columns caused by Snowflake parameters).
- Fix unnecessary condition was causing issues when parsing StructuredTypes columns.
- Update README.md to include instructions on how to verify package signatures using cosign.
Release
- v1.7.3(January 15, 2025)
- Fix support for SqlAlchemy ARRAY.
- Fix return value of snowflake get_table_names.
- Fix incorrect quoting of identifiers with
_
as initial character. - Fix ARRAY type not supported in HYBRID tables.
- Add
force_div_is_floordiv
flag to overridediv_is_floordiv
new default valueFalse
inSnowflakeDialect
.- With the flag in
False
, the/
division operator will be treated as a float division and//
as a floor division. - This flag is added to maintain backward compatibility with the previous behavior of Snowflake Dialect division.
- This flag will be removed in the future and Snowflake Dialect will use
div_is_floor_div
asFalse
.
- With the flag in
Release
- v1.7.2(December 18, 2024)
- Fix quoting of
_
as column name - Fix index columns was not being reflected
- Fix index reflection cache not working
- Add support for structured OBJECT datatype
- Add support for structured ARRAY datatype
- Fix quoting of
Release
- v1.7.1(December 02, 2024)
- Add support for partition by to copy into
- Fix BOOLEAN type not found in snowdialect
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