Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): bump snowflake-sqlalchemy from 1.7.1 to 1.7.3 in the runt…
…ime-dependencies group across 1 directory (#313) Bumps the runtime-dependencies group with 1 update in the / directory: [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy). Updates `snowflake-sqlalchemy` from 1.7.1 to 1.7.3 <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>v1.7.3(January 15, 2025) <ul> <li>Fix support for SqlAlchemy ARRAY.</li> <li>Fix return value of snowflake get_table_names.</li> <li>Fix incorrect quoting of identifiers with <code>_</code> as initial character.</li> <li>Fix ARRAY type not supported in HYBRID tables.</li> <li>Add <code>force_div_is_floordiv</code> flag to override <code>div_is_floordiv</code> new default value <code>False</code> in <code>SnowflakeDialect</code>. <ul> <li>With the flag in <code>False</code>, the <code>/</code> division operator will be treated as a float division and <code>//</code> as a floor division.</li> <li>This flag is added to maintain backward compatibility with the previous behavior of Snowflake Dialect division.</li> <li>This flag will be removed in the future and Snowflake Dialect will use <code>div_is_floor_div</code> as <code>False</code>.</li> </ul> </li> </ul> </li> </ul> <h2>Release</h2> <ul> <li>v1.7.2(December 18, 2024) <ul> <li>Fix quoting of <code>_</code> as column name</li> <li>Fix index columns was not being reflected</li> <li>Fix index reflection cache not working</li> <li>Add support for structured OBJECT datatype</li> <li>Add support for structured ARRAY datatype</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/87c48cc4ff6863ebab818657d0c10dbe468304a9"><code>87c48cc</code></a> Update DESCRIPTION.md (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/573">#573</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/6a9ac4dd0961e9ede8c5dba1580b0c3e6ed33d07"><code>6a9ac4d</code></a> Add structured type support for hybrid tables (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/572">#572</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/ff2a7855cad5760c1cf0d64d055c18c727b6dc02"><code>ff2a785</code></a> SNOW-1871582 Fix support for SA array (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/568">#568</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/75376ffb518a11971a2e04ef87bde9044d64a423"><code>75376ff</code></a> Fix incorrect quoting of identifiers with <code>_</code> as initial character. (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/569">#569</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/b9b26e590db424777566c91b099a08a4dcb3b7cf"><code>b9b26e5</code></a> Added flag to allow override SnowflakeDialect div_is_floor_div flag (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/545">#545</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/d84484e148f97586086504f53acf095b67af76af"><code>d84484e</code></a> Fix return value of snowflake get_table_names (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/564">#564</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/115da35aee57a6a65ab774e19770cdf8ff386fba"><code>115da35</code></a> Update DESCRIPTION.md (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/561">#561</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/d3e40d1efc915fc619027b9c35fca39d87e05ae3"><code>d3e40d1</code></a> SNOW-1846847 Add support for autocommit (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/555">#555</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/0471c1fd7cc94a940359b41c3e4ea168f4683606"><code>0471c1f</code></a> SNOW-1776333 Add support for ARRAY (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/560">#560</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/af5457afd267052803a905c7f57add5d3fbf828f"><code>af5457a</code></a> SNOW-1776332 Add support for OBJECT (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/559">#559</a>)</li> <li>Additional commits viewable in <a href="https://github.com/snowflakedb/snowflake-sqlalchemy/compare/v1.7.1...v1.7.3">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.7.1&new-version=1.7.3)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information