dependabot[bot] opened a new pull request, #41764: URL: https://github.com/apache/superset/pull/41764
Updates the requirements on [ydb-sqlglot-plugin](https://github.com/ydb-platform/ydb-sqlglot-plugin) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/releases">ydb-sqlglot-plugin's releases</a>.</em></p> <blockquote> <h2>0.2.8</h2> <ul> <li>Add yql sqlglot dialect entry point</li> </ul> <p>Full Changelog: <a href="https://github.com/ydb-platform/ydb-python-dbapi/compare/0.2.7...0.2.8">0.2.7...0.2.8</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/blob/main/CHANGELOG.md">ydb-sqlglot-plugin's changelog</a>.</em></p> <blockquote> <h2>0.2.8</h2> <ul> <li>Add yql sqlglot dialect entry point</li> </ul> <h2>0.2.7</h2> <ul> <li>Revert "Normalize YDB table paths for lineage"</li> </ul> <h2>0.2.6</h2> <ul> <li>Normalize YDB table paths for lineage</li> </ul> <h2>0.2.5</h2> <ul> <li>Add official YDB syntax documentation conformance tests for FLATTEN, GROUP BY, JOIN, DISTINCT, WITH, WITHOUT, ORDER BY, SAMPLE/TABLESAMPLE, MATCH_RECOGNIZE, lexical structure, expressions, and CREATE TABLE</li> <li>Extend YDB parser/generator support for documented SELECT syntax including FLATTEN variants, GROUP BY aliases/windows/extensions, JOIN variants, DISTINCT rewrites, WITH table options, WITHOUT projections, ORDER BY limits, TABLESAMPLE/SAMPLE, MATCH_RECOGNIZE, and secondary/vector index views</li> <li>Add lexer and expression coverage for comments, identifiers, string and numeric literals, operators, predicates, casts, named expressions, table expressions, lambda functions, and container access</li> <li>Add CREATE TABLE support for documented row/column store syntax, partitioning, secondary indexes, column families, and TTL options</li> <li>Add YDB syntax documentation conformance coverage checklist to README</li> <li>Validate remaining SELECT documentation pages, including FROM variants, AS_TABLE, WINDOW, vector indexes, and multi-table functions</li> <li>Support YDB UPDATE ON and UPSERT INTO parsing/generation</li> <li>Preserve YDB table functions in FROM such as CONCAT, LIKE, FILTER, and qualified RANGE</li> <li>Improve PostgreSQL to YDB transpilation coverage for core SELECT, CTE, DML, date/time, string, array, and JSONB constructs</li> <li>Map PostgreSQL DATE_TRUNC, plural INTERVAL units, and JSONB containment to YDB-compatible output</li> </ul> <h2>0.2.4</h2> <ul> <li>Parse YQL Interval(...) calls, struct literals, leading BOM tokens, and lowercase lambda RETURN blocks</li> <li>Support GROUP COMPACT BY, LEFT ONLY JOIN, YDB WITHOUT projections, escaped double-quoted strings, and optional generic type shorthand</li> <li>Handle dollar-parameter table references and table-attached joins more robustly, and avoid decorrelating set-operation subqueries</li> <li>Parse quoted type names in DECLARE statements</li> <li>Preserve unparenthesized table source options such as WITH TabletId='...'</li> <li>Generate helper SQL with the YDB dialect when comparing expressions, so custom nodes like JSON_VALUE work inside GROUP BY rewrites</li> <li>Parse YDB numeric literals with hex and unsigned/long suffixes</li> <li>Preserve table source options and VIEW PRIMARY KEY aliases</li> <li>Extend FLATTEN parsing for OPTIONAL, COLUMNS, grouped expressions, aliases, and named expressions</li> <li>Support parameter-style function calls such as $Func(...)</li> <li>Keep derived table scopes out of subquery decorrelation</li> <li>Preserve parenthesized equality predicates in JOIN ON</li> <li>Convert ClickHouse ARRAY JOIN/arrayJoin and Postgres LATERAL unnest to YDB FLATTEN BY</li> <li>Fix nested lambda assignments in lambda blocks and add a parser progress guard</li> </ul> <h2>0.2.3</h2> <ul> <li>Fix function variables</li> <li>Lambdas support</li> <li>Fix DECLARE comments and empty statements</li> <li>Structs support</li> <li>Fix group by aliases round trip and other fixes</li> </ul> <h2>0.2.2</h2> <ul> <li>Fix backward compat with older sqlglot versions</li> </ul> <h2>0.2.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/250fccd335806b3369cc2700b314d8e6fe8e1ea9"><code>250fccd</code></a> Release: 0.2.8</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/49a05f3bf3b704e86b3ce3cf60a72174c9560449"><code>49a05f3</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/d3dd6a7560e660c90eedd9e33075ca89ce8aee9b"><code>d3dd6a7</code></a> Merge pull request <a href="https://redirect.github.com/ydb-platform/ydb-sqlglot-plugin/issues/35">#35</a> from ydb-platform/codex/yql-dialect-entrypoint</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/3ecc7bd538fd4a6e36c2b9fb4548cfcfb78696a3"><code>3ecc7bd</code></a> Add yql sqlglot dialect entry point</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/2d0f8909ba1de4ab59acaae4522491f1b9eea663"><code>2d0f890</code></a> Release: 0.2.7</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/57b0c29bfc07db47c1c03d2169ae166111ee5078"><code>57b0c29</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/7a9be976f8b79c373dc99bffe7fa70f2dfbc9297"><code>7a9be97</code></a> Merge pull request <a href="https://redirect.github.com/ydb-platform/ydb-sqlglot-plugin/issues/33">#33</a> from ydb-platform/revert-table-path-ast-add-helper</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/98aa6642ba0fbc2baeb73c5015bc0b98e83ccaa1"><code>98aa664</code></a> Revert "Normalize YDB table paths for lineage"</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/d8fce1161f432c821c2b65bad83bf272b85679dc"><code>d8fce11</code></a> Release: 0.2.6</li> <li><a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/commit/ec571203111e4d77b80b5430c8229e0b7713adee"><code>ec57120</code></a> Update CHANGELOG.md</li> <li>Additional commits viewable in <a href="https://github.com/ydb-platform/ydb-sqlglot-plugin/compare/0.2.5...0.2.8">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]
