Skip to content

Commit

Permalink
fix: Use clickhouse sqlglot dialect for YDB (#31323)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg authored Dec 7, 2024
1 parent 9315a88 commit 48c5ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/sql/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"teradatasql": Dialects.TERADATA,
"trino": Dialects.TRINO,
"vertica": Dialects.POSTGRES,
"yql": Dialects.CLICKHOUSE,
}


Expand Down

0 comments on commit 48c5ee4

Please sign in to comment.