liferoad commented on code in PR #34249: URL: https://github.com/apache/beam/pull/34249#discussion_r1989609867
########## sdks/python/apache_beam/io/gcp/bigquery_tools.py: ########## @@ -772,7 +772,7 @@ def _insert_all_rows( @retry.with_exponential_backoff( num_retries=MAX_RETRIES, retry_filter=retry.retry_on_server_errors_timeout_or_quota_issues_filter) - def get_table(self, project_id, dataset_id, table_id): + def get_table(self, project_id, dataset_id, table_id, table_view='BASIC'): """Lookup a table's metadata object. Review Comment: docstring for Args? -- 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