Skip to content

Commit

Permalink
WIP: Pass dialect whenever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jan 18, 2024
1 parent 01fe20e commit bcd1da8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset/sql_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
lex.set_SQL_REGEX(sqlparser_sql_regex)


# mapping between DB engine specs and sqlglot dialects
SQLGLOT_DIALECTS = {}


class CtasMethod(StrEnum):
TABLE = "TABLE"
VIEW = "VIEW"
Expand Down

0 comments on commit bcd1da8

Please sign in to comment.