Using the synchronous google.api_core.retry.Retry with asynchronous calls may lead to unexpected results. Please use google.api_core.retry_async.AsyncRetry instead. #718
Labels
api: bigquerystorage
Issues related to the googleapis/python-bigquery-storage API.
Environment details
google-cloud-bigquery-storage
version: 2.23.0Steps to reproduce
Code example
Stack trace
Potential cause/solution
In the file google/cloud/bigquery_storage_v1/services/bigquery_read/async_client.py the following import is made:
and I believe it should be:
This seems like an issue in other async clients too (eg. BigQueryWriteAsyncClient)
Also here was similiar issue in googleapis/python-firestore:
googleapis/python-firestore#793
The text was updated successfully, but these errors were encountered: