mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Default to engine specification regarding using wildcard (#27843)
(cherry picked from commit 30bc8f06dc)
This commit is contained in:
committed by
Michael S. Molina
parent
40fdbd1d05
commit
1b7f599107
@@ -865,7 +865,7 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
|
||||
self.incr_stats("init", self.select_star.__name__)
|
||||
try:
|
||||
result = database.select_star(
|
||||
table_name, schema_name, latest_partition=True, show_cols=True
|
||||
table_name, schema_name, latest_partition=True
|
||||
)
|
||||
except NoSuchTableError:
|
||||
self.incr_stats("error", self.select_star.__name__)
|
||||
|
||||
Reference in New Issue
Block a user