Bump SQLGlot minimum version to 30.14 - #5952
Open
dvasdekis wants to merge 3 commits into
Open
Conversation
Signed-off-by: dvasdekis <dimitri.vasdekis@detsi.qld.gov.au>
dvasdekis
force-pushed
the
dvasdekis/bump-sqlglot-30-14
branch
from
August 13, 2026 04:50
6f17ab8 to
187a701
Compare
Signed-off-by: dvasdekis <dimitri.vasdekis@detsi.qld.gov.au>
Signed-off-by: dvasdekis <dimitri.vasdekis@detsi.qld.gov.au>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the SQLGlot dependency from
~=30.8.0to>=30.14.0,<31.0.0so SQLMesh can receive the BigQuery-to-DuckDB transpilation fixes released in SQLGlot 30.14.0 while staying within the current major version.Compatibility
The dependency update also requires compatibility changes for SQLMesh parser and generator overrides:
alias_tokensargument in_parse_join.parse_function_unitargument in_parse_interval_span._alter_column_null_constraint_sql.Fixes #5948
Validation
All local validation is green at commit
2c77676cwith SQLGlot 30.17.0:pytest -n auto -q -m "(fast or slow) and not cicdonly"): 3334 passed, 20 skipped.pytest -q -m isolated): 3 passed.pytest -q -m registry_isolation): 1 passed.pytest -q -m dialect_isolated): 163 passed.git diff --check: passed.The main suite includes the Spark tests with Java 17 configured locally. The GitHub status checks are separate from this local validation and are still pending.