chore: Default to engine specification regarding using wildcard (#27843)

This commit is contained in:
John Bodley
2024-04-03 09:09:37 -07:00
committed by GitHub
parent 24fc2b67d8
commit 30bc8f06dc
3 changed files with 2 additions and 5 deletions

View File

@@ -92,7 +92,6 @@ def get_table_metadata(
"selectStar": database.select_star(
table_name,
schema=schema_name,
show_cols=True,
indent=True,
cols=columns,
latest_partition=True,