Skip to content

Commit 00138a0

Browse files
feat(deps): bump snowflake-sqlalchemy from 1.6.1 to 1.7.0 (#293)
Bumps [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy) from 1.6.1 to 1.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snowflakedb/snowflake-sqlalchemy/releases">snowflake-sqlalchemy's releases</a>.</em></p> <blockquote> <h2>Release</h2> <ul> <li> <p>v1.7.0(November 22, 2024)</p> <ul> <li>Add support for dynamic tables and required options</li> <li>Add support for hybrid tables</li> <li>Fixed SAWarning when registering functions with existing name in default namespace</li> <li>Update options to be defined in key arguments instead of arguments.</li> <li>Add support for refresh_mode option in DynamicTable</li> <li>Add support for iceberg table with Snowflake Catalog</li> <li>Fix cluster by option to support explicit expressions</li> <li>Add support for MAP datatype</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/0d0e6864d9f9f5d32eaf74d2077a28cf907b6298"><code>0d0e686</code></a> Update release notes date (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/547">#547</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/31d0da643f0bef64b1fbd49e49e840ff3d29eb87"><code>31d0da6</code></a> Add support for map datatype (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/541">#541</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/14be28216fb477d10815fd15e8290c866de4e260"><code>14be282</code></a> Add support for iceberg table with snowflake catalog (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/539">#539</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/e78319725d4b96ea205ef1264b744c65eb37853d"><code>e783197</code></a> Add generic options in order to support Iceberg Table in following PR (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/537">#537</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/43c6b563e462884faf7b7063bbf7fe10de7a5f60"><code>43c6b56</code></a> Add support for hybrid tables and indexes (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/533">#533</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/b5af4e31611b4ac9e4467eee4ad6235a4b6d8d57"><code>b5af4e3</code></a> Adding support for snowflake dynamic tables to SqlAlchemy Core (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/531">#531</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/16ad10fbb90d2fc98d3ab7218fe41e2ac708db33"><code>16ad10f</code></a> SNOW-1655751: register overwritten functions under <code>snowflake</code> namespace (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/532">#532</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/957a4699cf21151070071969cd4996735e33001b"><code>957a469</code></a> Add tests to try max lob size in memory feature (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/529">#529</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/fd8c29a08696feab256d51fc2c42773cfd74c590"><code>fd8c29a</code></a> Update python-publish.yml (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/526">#526</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/dd7fc8aca7460fc669c7bb6667e45c83f615865e"><code>dd7fc8a</code></a> sign artifacts before publish (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/522">#522</a>)</li> <li>See full diff in <a href="https://github.com/snowflakedb/snowflake-sqlalchemy/compare/v1.6.1...v1.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snowflake-sqlalchemy&package-manager=pip&previous-version=1.6.1&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 075cc6f commit 00138a0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Diff for: poetry.lock

+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [
1717
[tool.poetry.dependencies]
1818
python = ">=3.9"
1919
cryptography = ">=40,<44"
20-
snowflake-sqlalchemy = "~=1.6.1"
20+
snowflake-sqlalchemy = "~=1.7.0"
2121
snowflake-connector-python = { version = "<4.0.0", extras = ["secure-local-storage"] }
2222
sqlalchemy = "~=2.0.31"
2323

0 commit comments

Comments
 (0)