databrickslabs / ucx

Your best companion for upgrading to Unity Catalog. UCX will guide you, the Databricks customer, through the process of upgrading your account, groups, workspaces, jobs etc. to Unity Catalog.
Other
196 stars 70 forks source link

Update sqlglot requirement from <25.3,>=23.9 to >=25.3.3,<25.4 #1950

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Updates the requirements on sqlglot to permit the latest version.

Changelog

Sourced from sqlglot's changelog.

[v25.3.3] - 2024-06-26

:recycle: Refactors

[v25.3.2] - 2024-06-26

:sparkles: New Features

:bug: Bug Fixes

:recycle: Refactors

[v25.3.1] - 2024-06-25

:sparkles: New Features

:bug: Bug Fixes

:wrench: Chores

[v25.3.0] - 2024-06-21

:boom: BREAKING CHANGES

... (truncated)

Commits
  • 972ce7d Refactor: control ParseJSON generation logic with a flag (#3707)
  • 1ee3852 docs: update API docs, CHANGELOG.md for v25.3.2 [skip ci]
  • 92c6ebb Refactor(tsql): make ScopeResolution round-trippable (#3706)
  • a1327c7 feat(tsql): Add support for scope qualifier operator (#3703)
  • fc0411d Fix(parser): explicitly check for identifiers in _parse_types (#3704)
  • 842a9f0 Fix(parser): preserve Cast expression when it's 'safe' and has a format (#3705)
  • e9236e3 Refactor: add EXPAND_ALIAS_REFS_ONLY_IN_GROUP_BY dialect constant (#3702)
  • dc23a6f docs: update API docs, CHANGELOG.md for v25.3.1 [skip ci]
  • 8b16199 Chore: bump sqlglotrs to v0.2.8
  • 1cfb1ff Fix: proper parsing of unit in spark/databricks date_diff (#3701)
  • Additional commits viewable in compare view


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 commands and options
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 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)
dependabot[bot] commented 2 weeks ago

Superseded by #1959.