mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(firebolt): Firebolt SQL entered with EXCLUDE is rewritten to EXCEPT (#38742)
This commit is contained in:
committed by
Michael S. Molina
parent
d7633752bd
commit
1f94c88025
@@ -58,6 +58,8 @@ class Firebolt(Dialect):
|
||||
Custom generator for Firebolt.
|
||||
"""
|
||||
|
||||
STAR_EXCEPT = "EXCLUDE"
|
||||
|
||||
TYPE_MAPPING = {
|
||||
**generator.Generator.TYPE_MAPPING,
|
||||
exp.DataType.Type.VARBINARY: "BYTEA",
|
||||
|
||||
Reference in New Issue
Block a user