Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix(trino): Disallow alias to source column (apache#23324)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Mar 13, 2023
1 parent 3919ca6 commit e83f4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/db_engine_specs/trino.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
class TrinoEngineSpec(PrestoBaseEngineSpec):
engine = "trino"
engine_name = "Trino"
allows_alias_to_source_column = False

@classmethod
def extra_table_metadata(
Expand Down

0 comments on commit e83f4e6

Please sign in to comment.