ahmedabu98 commented on code in PR #25325: URL: https://github.com/apache/beam/pull/25325#discussion_r1097324853
########## sdks/python/apache_beam/io/gcp/bigquery.py: ########## @@ -405,6 +405,8 @@ def chain_after(result): from apache_beam.utils.annotations import deprecated from apache_beam.utils.annotations import experimental +from google.api_core.exceptions import ClientError, GoogleAPICallError Review Comment: Current tests are failing with `ModuleNotFoundError: No module named 'google.api_core'`. This import should be in the `try:` block on line 410 -- 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