mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
fix(sqlglot): use Athena dialect for awsathena parsing (#36747)
This commit is contained in:
committed by
GitHub
parent
911d72c957
commit
d8f7ae83ee
@@ -58,7 +58,7 @@ logger = logging.getLogger(__name__)
|
||||
SQLGLOT_DIALECTS = {
|
||||
"base": Dialects.DIALECT,
|
||||
"ascend": Dialects.HIVE,
|
||||
"awsathena": Dialects.PRESTO,
|
||||
"awsathena": Dialects.ATHENA,
|
||||
"bigquery": Dialects.BIGQUERY,
|
||||
"clickhouse": Dialects.CLICKHOUSE,
|
||||
"clickhousedb": Dialects.CLICKHOUSE,
|
||||
|
||||
Reference in New Issue
Block a user