fix(trino): Disallow alias to source column (#23324)

This commit is contained in:
John Bodley 2023-03-14 08:23:01 +13:00 committed by GitHub
parent 3919ca6060
commit e83f4e6f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ logger = logging.getLogger(__name__)
class TrinoEngineSpec(PrestoBaseEngineSpec):
engine = "trino"
engine_name = "Trino"
allows_alias_to_source_column = False
@classmethod
def extra_table_metadata(