damccorm commented on code in PR #40082: URL: https://github.com/apache/beam/pull/40082#discussion_r3980441237
########## sdks/python/apache_beam/io/gcp/internal/clients/bigquery/__init__.py: ########## @@ -28,6 +29,9 @@ from apache_beam.io.gcp.internal.clients.bigquery.bigquery_v2_client import * from apache_beam.io.gcp.internal.clients.bigquery.bigquery_v2_messages import * except ImportError: + logging.warning( + "apitools not found, and bigquery client libraries are not " + "available despite the import not raising an ImportError.") Review Comment: In an ideal world we'd just throw the exception. I guess this is going away soon anyways, though, so this is probably fine -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
