mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
chore: use mysql dialect for Pinot (#33848)
This commit is contained in:
@@ -85,7 +85,7 @@ SQLGLOT_DIALECTS = {
|
||||
# "odelasticsearch": ???
|
||||
"oracle": Dialects.ORACLE,
|
||||
"parseable": Dialects.POSTGRES,
|
||||
# "pinot": ???
|
||||
"pinot": Dialects.MYSQL,
|
||||
"postgresql": Dialects.POSTGRES,
|
||||
"presto": Dialects.PRESTO,
|
||||
"pydoris": Dialects.DORIS,
|
||||
|
||||
Reference in New Issue
Block a user