We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0175ef commit 7028108Copy full SHA for 7028108
bigframes/session/_io/bigquery/read_gbq_table.py
@@ -83,7 +83,6 @@ def get_information_schema_metadata(
83
) -> bigquery.Table:
84
job_config = bigquery.QueryJobConfig(dry_run=True)
85
job = bqclient.query(
86
- # TODO: better escaping?
87
f"SELECT * FROM `{table_id}`",
88
job_config=job_config,
89
)
0 commit comments