Skip to content

Commit 90a4bd3

Browse files
committed
Chore!: bump sqlglot to v26.26.0
1 parent f87d3f0 commit 90a4bd3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"requests",
2323
"rich[jupyter]",
2424
"ruamel.yaml",
25-
"sqlglot[rs]~=26.25.3",
25+
"sqlglot[rs]~=26.26.0",
2626
"tenacity",
2727
"time-machine",
2828
"json-stream"

tests/core/test_dialect.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,6 @@ def test_model_normalization_quote_flexibility():
643643
normalize_model_name('"catalog"."db"."table"', default_catalog=None, dialect="spark")
644644
== '"catalog"."db"."table"'
645645
)
646-
# It doesn't work the other way which is what we currently expect
647-
with pytest.raises(ParseError):
648-
normalize_model_name("`catalog`.`db`.`table`", default_catalog=None, dialect=None)
649646

650647

651648
def test_macro_parse():

0 commit comments

Comments
 (0)