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

   Updates the requirements on 
[databricks-sql-connector](https://github.com/databricks/databricks-sql-python) 
to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/databricks/databricks-sql-python/releases";>databricks-sql-connector's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.4.0</h2>
   <ul>
   <li><code>databricks/databricks-sql-python#798</code></li>
   <li>Fix: <code>REMOVE</code> staging operations no longer require 
<code>staging_allowed_local_path</code><code>databricks/databricks-sql-python#726</code></li>
   <li>Report <code>cursor.rowcount</code> for DML on the Thrift backend: 
INSERT/UPDATE/DELETE/MERGE now set <code>rowcount</code> to the server's 
affected-row count instead of the hardcoded <code>-1</code>; SELECT (and 
statements the server does not report a count for) still return 
<code>-1</code>. <code>executemany</code> aggregates the count across all 
parameter sets per PEP 249 (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/784";>#784</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/databricks/databricks-sql-python/blob/main/CHANGELOG.md";>databricks-sql-connector's
 changelog</a>.</em></p>
   <blockquote>
   <h1>4.4.0 (2026-07-22)</h1>
   <ul>
   <li><code>databricks/databricks-sql-python#798</code></li>
   <li>Fix: <code>REMOVE</code> staging operations no longer require 
<code>staging_allowed_local_path</code><code>databricks/databricks-sql-python#726</code></li>
   <li>Report <code>cursor.rowcount</code> for DML on the Thrift backend: 
INSERT/UPDATE/DELETE/MERGE now set <code>rowcount</code> to the server's 
affected-row count instead of the hardcoded <code>-1</code>; SELECT (and 
statements the server does not report a count for) still return 
<code>-1</code>. <code>executemany</code> aggregates the count across all 
parameter sets per PEP 249 (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/784";>#784</a>)</li>
   </ul>
   <h1>4.3.0 (2026-06-12)</h1>
   <ul>
   <li><strong>New: optional Rust kernel backend 
(<code>use_kernel=True</code>).</strong> Adds an alternative connection path 
backed by the native <a 
href="https://pypi.org/project/databricks-sql-kernel/";><code>databricks-sql-kernel</code></a>
 client (a Rust core exposed via PyO3), installable with the new 
<code>databricks-sql-connector[kernel]</code> extra. The kernel talks to 
Databricks over the <strong>SEA (Statement Execution API) HTTP 
transport</strong> — not Thrift — with CloudFetch and inline-Arrow result 
fetching, so <code>use_kernel=True</code> gives you a modern SEA-native client 
through the same DB-API surface. Supports PAT, OAuth M2M, and OAuth U2M auth. 
Requires Python &gt;= 3.10 (the kernel wheel is <code>cp310-abi3</code>); on 
older interpreters the extra is a no-op and <code>use_kernel=True</code> raises 
a clear <code>ImportError</code>. The default backend remains Thrift — opt in 
per connection.</li>
   <li>Kernel backend behavior is aligned with the Thrift backend so 
application code works the same either way: consistent cursor-state tracking 
(<code>query_id</code> / <code>get_query_state</code>), metadata 
(catalogs/schemas/tables/columns with JDBC-style filter semantics and 
case-insensitive <code>table_types</code>), DML <code>rowcount</code>, 
server-sourced async execution state, sync <code>cancel()</code>, fail-loud 
staging/volume operations, and structured error context (SQLSTATE, diagnostic 
info). Kernel logs surface through Python <code>logging</code> under the 
<code>databricks.sql.kernel</code><code>databricks/databricks-sql-python#824</code><a
 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/825";>#825</a>,
 <a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/830";>#830</a>,
 <a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/838";>#838</a>,
 <a href="https://redirect.github.com/databricks/databricks-s
 ql-python/issues/839">#839</a> by <a 
href="https://github.com/vikrantpuppala";><code>@​vikrantpuppala</code></a>)</li>
   <li><code>databricks/databricks-sql-python#840</code><a 
href="https://github.com/vikrantpuppala";><code>@​vikrantpuppala</code></a>)</li>
   </ul>
   <h1>4.2.7 (2026-06-02)</h1>
   <ul>
   <li><code>databricks/databricks-sql-python#817</code><a 
href="https://github.com/msrathore-db";><code>@​msrathore-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#814</code><a 
href="https://github.com/jprakash-db";><code>@​jprakash-db</code></a>)</li>
   <li>Add 
<code>_retry_server_directed_only</code><code>databricks/databricks-sql-python#756</code><a
 href="https://github.com/sd-db";><code>@​sd-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#796</code><a 
href="https://github.com/leoromanovsky";><code>@​leoromanovsky</code></a>)</li>
   <li><code>databricks/databricks-sql-python#768</code><a 
href="https://github.com/moomindani";><code>@​moomindani</code></a>)</li>
   <li><code>databricks/databricks-sql-python#781</code><a 
href="https://github.com/samikshya-db";><code>@​samikshya-db</code></a>)</li>
   </ul>
   <h1>4.2.6 (2026-04-22)</h1>
   <ul>
   <li><code>databricks/databricks-sql-python#767</code><a 
href="https://github.com/msrathore-db";><code>@​msrathore-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#776</code><a 
href="https://github.com/vikrantpuppala";><code>@​vikrantpuppala</code></a>)</li>
   <li><code>databricks/databricks-sql-python#733</code><a 
href="https://github.com/Korijn";><code>@​Korijn</code></a>)</li>
   <li><code>databricks/databricks-sql-python#740</code><a 
href="https://github.com/vikrantpuppala";><code>@​vikrantpuppala</code></a>)</li>
   <li><code>databricks/databricks-sql-python#754</code><a 
href="https://github.com/sreekanth-db";><code>@​sreekanth-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#751</code><a 
href="https://github.com/jprakash-db";><code>@​jprakash-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#742</code><a 
href="https://github.com/Shubhambhusate";><code>@​Shubhambhusate</code></a>)</li>
   <li><code>databricks/databricks-sql-python#749</code><a 
href="https://github.com/jiabin-hu";><code>@​jiabin-hu</code></a>)</li>
   <li><code>databricks/databricks-sql-python#736</code><a 
href="https://github.com/jiabin-hu";><code>@​jiabin-hu</code></a>)</li>
   </ul>
   <h1>4.2.5 (2026-02-09)</h1>
   <ul>
   <li><code>databricks/databricks-sql-python#735</code><a 
href="https://github.com/samikshya-db";><code>@​samikshya-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#734</code><a 
href="https://github.com/msrathore-db";><code>@​msrathore-db</code></a>)</li>
   </ul>
   <h1>4.2.4 (2026-01-07)</h1>
   <ul>
   <li><code>databricks/databricks-sql-python#723</code><a 
href="https://github.com/msrathore-db";><code>@​msrathore-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#724</code><a 
href="https://github.com/nikhilsuri-db";><code>@​nikhilsuri-db</code></a>)</li>
   </ul>
   <h1>4.2.3 (2025-12-18)</h1>
   <ul>
   <li><code>databricks/databricks-sql-python#720</code><a 
href="https://github.com/sreekanth-db";><code>@​sreekanth-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#721</code><a 
href="https://github.com/sreekanth-db";><code>@​sreekanth-db</code></a>)</li>
   </ul>
   <h1>4.2.2 (2025-12-01)</h1>
   <ul>
   <li><code>databricks/databricks-sql-python#714</code><a 
href="https://github.com/samikshya-db";><code>@​samikshya-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#705</code><a 
href="https://github.com/nikhilsuri-db";><code>@​nikhilsuri-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#715</code><a 
href="https://github.com/samikshya-db";><code>@​samikshya-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#708</code><a 
href="https://github.com/nikhilsuri-db";><code>@​nikhilsuri-db</code></a>)</li>
   <li><code>databricks/databricks-sql-python#717</code><a 
href="https://github.com/samikshya-db";><code>@​samikshya-db</code></a>)</li>
   </ul>
   <h1>4.2.1 (2025-11-20)</h1>
   <ul>
   <li><code>databricks/databricks-sql-python#711</code><a 
href="https://github.com/jayantsing-db";><code>@​jayantsing-db</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/977599699fea8a42412a65e835b2d923d504699a";><code>9775996</code></a>
 Bump to version 4.4.0 (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/874";>#874</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/1148152c6908b64f85d839aa02c58a6401cb1683";><code>1148152</code></a>
 Add OSV-Scanner security gate + clear all CVEs (Python floor to 3.10) (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/798";>#798</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/9f81d35f1810c2faf32dd91d91fabc9ad536f513";><code>9f81d35</code></a>
 fix(bots): give the engineer-bot e2e repro a token the env scrub can't strip 
...</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/fb25502e4c3a93dad36fb326431f9e2495576283";><code>fb25502</code></a>
 chore(bots): bump engine pin to 5368de77 (can_use_tool PermissionResult fix) 
...</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/19a104d3c0a891f9e3f9e2db066283e0c2639ba3";><code>19a104d</code></a>
 feat(engineer-bot): require a live E2E repro for bug fixes (not unit-only) 
(#...</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/d1fe81b42f9784a4d484c699af2a4b7616b4afc9";><code>d1fe81b</code></a>
 fix(bots): accept CONTRIBUTOR in engineer-followup comment-path gate (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/869";>#869</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/e23254d33de3030ff6f6088bfc8799fe69aa4c39";><code>e23254d</code></a>
 fix(bots): revert poetry lock/pyproject churn before engineer-bot publish (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/866";>#866</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/3e29a629550873ea3d1bc5a7c745992ef0947cef";><code>3e29a62</code></a>
 feat(bots): onboard reviewer-bot to pinned databricks-bot-engine (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/862";>#862</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/8a622088e5185fac8c92c4da7b931ea061ca5ed6";><code>8a62208</code></a>
 Support cursor.rowcount for DML on the Thrift backend (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/784";>#784</a>)
 (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/847";>#847</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-sql-python/commit/7e7b3235af7d4fda09a91bbded2f985b63c0fd67";><code>7e7b323</code></a>
 ci: stop secondary fork-PR checks from failing (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/831";>#831</a>)
 (<a 
href="https://redirect.github.com/databricks/databricks-sql-python/issues/852";>#852</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/databricks/databricks-sql-python/compare/v4.2.6...v4.4.0";>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