fix(firebolt): Firebolt SQL entered with EXCLUDE is rewritten to EXCEPT (#38742)

This commit is contained in:
Alexandru Soare
2026-03-19 19:21:50 +02:00
committed by GitHub
parent 01aa4d3281
commit 6465450b64
2 changed files with 64 additions and 0 deletions

View File

@@ -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",