googleapis/python-bigquery

Add a warning message when BigQuery Storage API is not used despite create_bqstorage_client=True

rayuron opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
This issue is related to the code here. Even when create_bqstorage_client=True is specified, the BigQuery Storage API is not used if the BigQuery Storage API module is not found. I think this is not logged, which can confuse users.

Describe the solution you'd like
I would like to add a warning message when create_bqstorage_client=True is specified, but the BigQuery Storage API is not used at the code here.