dependabot[bot] opened a new pull request, #41954: URL: https://github.com/apache/superset/pull/41954
Bumps [databricks-sqlalchemy](https://github.com/databricks/databricks-sqlalchemy) from 1.0.5 to 2.0.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sqlalchemy/releases">databricks-sqlalchemy's releases</a>.</em></p> <blockquote> <h2>v2.0.10</h2> <ul> <li><code>databricks/databricks-sqlalchemy#60</code><a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a>)</li> <li><code>databricks/databricks-sqlalchemy#63</code><a href="https://github.com/sreekanth-db"><code>@sreekanth-db</code></a>, fixes <a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/50">#50</a>)</li> <li><code>databricks/databricks-sqlalchemy#68</code><a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/69">#69</a> by <a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a>)</li> <li>Fix: Use public <code>user_agent_entry</code> connect parameter instead of deprecated <code>_user_agent_entry</code> to silence the deprecation warning from <code>databricks-sql-connector >= 4.0.1</code><code>databricks/databricks-sqlalchemy#64</code><a href="https://github.com/jprakash-db"><code>@jprakash-db</code></a>)</li> <li>Fix: Promote <code>Float(precision > 24)</code> to <code>DOUBLE</code> in <code>CREATE TABLE</code><code>databricks/databricks-sqlalchemy#65</code><a href="https://github.com/jayantsing-db"><code>@jayantsing-db</code></a>)</li> </ul> <h2>v2.0.9</h2> <h2>What's Changed</h2> <ul> <li>[PECOBLR-1655]Override do_ping for pool_pre_ping support by <a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a> in <a href="https://redirect.github.com/databricks/databricks-sqlalchemy/pull/54">databricks/databricks-sqlalchemy#54</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.8...v2.0.9">https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.8...v2.0.9</a></p> <h2>v2.0.8</h2> <h2>What's Changed</h2> <ul> <li><code>databricks/databricks-sqlalchemy#42</code><a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.5...v2.0.8">https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.5...v2.0.8</a></p> <h2>v2.0.7</h2> <h2>What's Changed</h2> <ul> <li><code>databricks/databricks-sqlalchemy#30</code><a href="https://github.com/jprakash-db"><code>@jprakash-db</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.5...v2.0.7">https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.5...v2.0.7</a></p> <h2>v2.0.6</h2> <h2>Whats changed</h2> <ul> <li>Relaxed pin for <code>pyarrow</code><code>databricks/databricks-sqlalchemy#20</code><a href="https://github.com/dhirschfeld"><code>@dhirschfeld</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.4...v2.0.6">https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.4...v2.0.6</a></p> <h2>v2.0.5</h2> <h2>Whats changed</h2> <ul> <li><code>databricks/databricks-sqlalchemy#19</code><a href="https://github.com/up-stevesloan"><code>@up-stevesloan</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.4...v2.0.5">https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.4...v2.0.5</a></p> <h2>v2.0.4</h2> <h2>Whats changed</h2> <ul> <li>All the SQLAlchemy features from <code>databricks-sql-connector>=4.0.0</code> have been moved to this <code>databricks-sqlalchemy</code> library</li> <li>Support for SQLAlchemy v2 dialect is provided</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.4...v2.0.4">https://github.com/databricks/databricks-sqlalchemy/compare/v2.0.4...v2.0.4</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sqlalchemy/blob/main/CHANGELOG.md">databricks-sqlalchemy's changelog</a>.</em></p> <blockquote> <h1>2.0.10 (2026-06-18)</h1> <ul> <li><code>databricks/databricks-sqlalchemy#60</code><a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a>)</li> <li><code>databricks/databricks-sqlalchemy#63</code><a href="https://github.com/sreekanth-db"><code>@sreekanth-db</code></a>, fixes <a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/50">#50</a>)</li> <li><code>databricks/databricks-sqlalchemy#68</code><a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/69">#69</a> by <a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a>)</li> <li>Fix: Use public <code>user_agent_entry</code> connect parameter instead of deprecated <code>_user_agent_entry</code> to silence the deprecation warning from <code>databricks-sql-connector >= 4.0.1</code><code>databricks/databricks-sqlalchemy#64</code><a href="https://github.com/jprakash-db"><code>@jprakash-db</code></a>)</li> <li>Fix: Promote <code>Float(precision > 24)</code> to <code>DOUBLE</code> in <code>CREATE TABLE</code><code>databricks/databricks-sqlalchemy#65</code><a href="https://github.com/jayantsing-db"><code>@jayantsing-db</code></a>)</li> </ul> <h1>2.0.9 (2026-02-20)</h1> <ul> <li>Feature: Added <code>pool_pre_ping</code> support via <code>do_ping()</code><code>databricks/databricks-sqlalchemy#54</code><a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a>)</li> <li><code>databricks/databricks-sqlalchemy#54</code><a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a>)</li> </ul> <h1>2.0.8 (2025-09-08)</h1> <ul> <li><code>databricks/databricks-sqlalchemy#42</code><a href="https://github.com/msrathore-db"><code>@msrathore-db</code></a>)</li> </ul> <h1>2.0.7 (2025-06-23)</h1> <ul> <li><code>databricks/databricks-sqlalchemy#30</code><a href="https://github.com/jprakash-db"><code>@jprakash-db</code></a>)</li> </ul> <h1>2.0.6 (2025-04-29)</h1> <ul> <li>Relaxed pin for <code>pyarrow</code><code>databricks/databricks-sqlalchemy#20</code><a href="https://github.com/dhirschfeld"><code>@dhirschfeld</code></a>)</li> </ul> <h1>2.0.5 (2025-02-22)</h1> <ul> <li><code>databricks/databricks-sqlalchemy#19</code><a href="https://github.com/up-stevesloan"><code>@up-stevesloan</code></a>)</li> </ul> <h1>2.0.4 (2025-01-27)</h1> <ul> <li>All the SQLAlchemy features from <code>databricks-sql-connector>=4.0.0</code> have been moved to this <code>databricks-sqlalchemy</code> library</li> <li>Support for SQLAlchemy v2 dialect is provided</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/4464cf1a2a54e6a950ded2cb43454321f2eb7630"><code>4464cf1</code></a> Bump to version 2.0.10 (<a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/70">#70</a>)</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/99dc531a311548e99216170fef2b211ca05c95b9"><code>99dc531</code></a> Merge pull request <a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/65">#65</a> from databricks/jayant-singh_data/fix-float64-precisio...</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/f4b0bf8f54995b2b477aed0c34ecc5bd2f7f8caa"><code>f4b0bf8</code></a> Merge pull request <a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/69">#69</a> from databricks/fix/pecoblr-2746-followup-escaped-bind...</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/b09bebb39920e4a798c3f798bc046f803beca412"><code>b09bebb</code></a> Fix multi-row CAST when bind names contain escape-map characters.</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/b7025204fcf948adc9a04cf230131282d7c79fc2"><code>b702520</code></a> Merge pull request <a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/68">#68</a> from databricks/fix/pecoblr-2746-adaptive-multirow-casts</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/4ae2f03d11b6045ee262e0750155bea404e107ea"><code>4ae2f03</code></a> Address multi-row cast review feedback.</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/c022318ed61c6178ec138cc8bb7517dc711bc950"><code>c022318</code></a> Document SQLAlchemy connection URL parameters.</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/aa0d69b061f7e307f18cb66e40e2a24722b602e6"><code>aa0d69b</code></a> Add opt-out gate for multi-row insert casts.</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/b1d7ab27a50d7590029ed16a9147daf49efcec1e"><code>b1d7ab2</code></a> Fix mixed-type pandas multi-row inserts with targeted casts.</li> <li><a href="https://github.com/databricks/databricks-sqlalchemy/commit/7e74a3f93683616cadc2e5e0b6a506cdc2021769"><code>7e74a3f</code></a> Fix: use public user_agent_entry connect parameter (<a href="https://redirect.github.com/databricks/databricks-sqlalchemy/issues/64">#64</a>)</li> <li>Additional commits viewable in <a href="https://github.com/databricks/databricks-sqlalchemy/compare/v1.0.5...v2.0.10">compare view</a></li> </ul> </details> <br /> [](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 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]
