dependabot[bot] opened a new pull request, #41476:
URL: https://github.com/apache/superset/pull/41476

   Updates the requirements on 
[snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy) to 
permit the latest version.
   <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.10.1 (June 15, 2026)
   <ul>
   <li>Fix <code>regexp_match</code> and <code>regexp_replace</code> flags 
rendered as bound parameters instead of literal strings (<a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy";>#SNOW-3573046</a>). 
Flags passed to <code>ColumnElement.regexp_match(..., flags=...)</code> and 
<code>ColumnElement.regexp_replace(..., flags=...)</code> were processed 
through the standard parameter pipeline, producing incorrect SQL. Flags are now 
rendered as inline string literals, matching Snowflake's expected 
<code>REGEXP_LIKE(col, pattern, 'i')</code> / <code>REGEXP_REPLACE(col, 
pattern, replacement, 'i')</code> syntax.</li>
   <li>Fix inconsistent identifier quoting in 
<code>_StructuredTypeInfoManager.get_table_columns</code>. The <code>DESC 
TABLE</code> fallback path used raw denormalised names in an f-string while all 
other reflection paths apply <code>ip.quote(denormalize_name(...))</code> via 
<code>_always_quote_join</code>. Schema and table components are now 
consistently double-quoted before the statement is constructed, and the method 
delegates to <code>get_table_columns_by_full_name</code> to collapse the two 
previously divergent code paths.</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/dc3110b02b62486ad90375c40425cc1db966c585";><code>dc3110b</code></a>
 NO-SNOW: prepare v1.10.1 release (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/696";>#696</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/bd014971caa5054f182f0f6a66e83fd75d05df73";><code>bd01497</code></a>
 mraba/NO-SNOW-build-update: bump python to 3.9 (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/694";>#694</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/6c6299d2c2aa4bcb5af88e13c2b35df37dbbd546";><code>6c6299d</code></a>
 SNOW-3480955: table reflection improvements (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/693";>#693</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/1c3368ff2058e11d32505691d1c3fd9fb5cdf458";><code>1c3368f</code></a>
 SNOW-3573046: fix regex flags (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/691";>#691</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/6e3e39a5472f834409a8f4809faac982bfced6bd";><code>6e3e39a</code></a>
 pre-commit and test fixes bundle (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/692";>#692</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/a44598e77daee7c31301623a60f47d7871de9d47";><code>a44598e</code></a>
 SNOW-2331576: update pre-commit (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/668";>#668</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/cad3497408886b5629dd91fca0422e6444e4cf02";><code>cad3497</code></a>
 mraba/future-note: moving toward SQLAlchemy 2.x (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/689";>#689</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/882f35150ca37479e8cc8e1b2d134f1753116709";><code>882f351</code></a>
 mraba/timezone-tz-tests: ennable dialect tests (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/688";>#688</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/79a4f307831345461966b87fbc614a076909df49";><code>79a4f30</code></a>
 mraba/version-bump: move to 1.10.0 for release (<a 
href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/687";>#687</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/d85087a3742de88526e80625ac840c25042f2c33";><code>d85087a</code></a>
 Fix global CompileState plugin_for breaking with_loader_criteria on 
non-Snowf...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/snowflakedb/snowflake-sqlalchemy/compare/v1.2.4...v1.10.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to