We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f91de commit 62bab2fCopy full SHA for 62bab2f
DESCRIPTION.md
@@ -9,11 +9,11 @@ Source code is also available at:
9
10
# Release Notes
11
12
-- (Unreleased)
+- v1.7.1(December 02, 2024)
13
- Add support for partition by to copy into <location>
14
- Fix BOOLEAN type not found in snowdialect
15
16
-- v1.7.0(November 22, 2024)
+- v1.7.0(November 21, 2024)
17
18
- Add support for dynamic tables and required options
19
- Add support for hybrid tables
src/snowflake/sqlalchemy/version.py
@@ -3,4 +3,4 @@
3
#
4
# Update this for the versions
5
# Don't change the forth version number from None
6
-VERSION = "1.7.0"
+VERSION = "1.7.1"
0 commit comments