Skip to content

Commit 7028108

Browse files
authored
Update bigframes/session/_io/bigquery/read_gbq_table.py
1 parent c0175ef commit 7028108

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bigframes/session/_io/bigquery/read_gbq_table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def get_information_schema_metadata(
8383
) -> bigquery.Table:
8484
job_config = bigquery.QueryJobConfig(dry_run=True)
8585
job = bqclient.query(
86-
# TODO: better escaping?
8786
f"SELECT * FROM `{table_id}`",
8887
job_config=job_config,
8988
)

0 commit comments

Comments
 (0)