mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: select star (#33763)
This commit is contained in:
@@ -498,6 +498,9 @@ class HiveEngineSpec(PrestoEngineSpec):
|
||||
latest_partition: bool = True,
|
||||
cols: list[ResultSetColumnType] | None = None,
|
||||
) -> str:
|
||||
# remove catalog from table name if it exists
|
||||
table = Table(table.table, table.schema, None)
|
||||
|
||||
return super(PrestoEngineSpec, cls).select_star(
|
||||
database,
|
||||
table,
|
||||
|
||||
Reference in New Issue
Block a user