sinker
sinker copied to clipboard
Update sqlglot requirement from ^26.2.1 to >=26.2.1,<28.0.0
Updates the requirements on sqlglot to permit the latest version.
Changelog
Sourced from sqlglot's changelog.
[v27.0.0] - 2025-07-07
:boom: BREAKING CHANGES
due to
f2bf000- avoid creating new alias for qualifying unpivot (PR #5121 by@geooo109):avoid creating new alias for qualifying unpivot (#5121)
due to
a126ce8- make coalesce simplification optional, skip by default (PR #5123 by@barakalon):make coalesce simplification optional, skip by default (#5123)
due to
6910744- update py03 version (PR #5136 by@benfdking):update py03 version (#5136)
due to
a56deab- bump sqlglotrs to 0.5.0 (commit by@georgesittas):bump sqlglotrs to 0.5.0
due to
c484ca3- recognize ARRAY_CONCAT_AGG as an aggregate function (PR #5141 by@georgesittas):recognize ARRAY_CONCAT_AGG as an aggregate function (#5141)
due to
72ce404- Refactor ALTER TABLE ADD parsing (PR #5144 by@VaggelisD):Refactor ALTER TABLE ADD parsing (#5144)
due to
e73ddb7- preserve TIMESTAMP on roundtrip (PR #5145 by@georgesittas):preserve TIMESTAMP on roundtrip (#5145)
due to
f6124c6- return token vector intokenizeeven on failure (PR #5155 by@georgesittas):return token vector in
tokenizeeven on failure (#5155)due to
64c37f1- bump sqlglotrs to 0.6.0 (commit by@georgesittas):bump sqlglotrs to 0.6.0
due to
434c45b- improve support for ENDSWITH closes #5170 (commit by@georgesittas):improve support for ENDSWITH closes #5170
due to
bc001ce- Add support for ANY_VALUE for versions 16+ (PR #5179 by@VaggelisD):Add support for ANY_VALUE for versions 16+ (#5179)
due to
6a2cb39- virtual column with AS(expr) as ComputedColumnConstraint (PR #5180 by@geooo109):virtual column with AS(expr) as ComputedColumnConstraint (#5180)
... (truncated)
Commits
1abd461Chore: bump min. supported version to python 3.9 (#5353)e705e8eClean up Postgres ROUND logica3227deFeat!: improve transpilation ofROUND(x, y)to Postgres (#5368)2cce53dfeat(optimizer)!: annotate type for LAG (#5371)800a82cCleanup fabric tests1fd757efeat(fabric): Ensure TIMESTAMPTZ is used with AT TIME ZONE (#5362)47176cefeat(optimizer)!: annotate type for ENDS_WITH (#5370)5b59c16feat(optimizer)!: annotate type for DATETIME (#5369)e110ef4feat(optimizer)!: annotate type for COVAR_SAMP (#5367)c1e8677feat(optimizer)!: annotate type for COVAR_POP (#5365)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.16%. Comparing base (
fbef5c2) to head (7c3d612).
Additional details and impacted files
@@ Coverage Diff @@
## main #27 +/- ##
=======================================
Coverage 95.16% 95.16%
=======================================
Files 8 8
Lines 248 248
=======================================
Hits 236 236
Misses 12 12
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Superseded by #28.