liferoad commented on code in PR #34249: URL: https://github.com/apache/beam/pull/34249#discussion_r1989303529
########## sdks/python/apache_beam/io/gcp/bigquery_tools.py: ########## @@ -787,7 +787,7 @@ def get_table(self, project_id, dataset_id, table_id): HttpError: if lookup failed. """ request = bigquery.BigqueryTablesGetRequest( - projectId=project_id, datasetId=dataset_id, tableId=table_id) + projectId=project_id, datasetId=dataset_id, tableId=table_id, table_view='BASIC') Review Comment: table_view should be passed in here as another parameter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org