You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initializing the BigQuery client emits this warning:
~/.pyenv/versions/3.10.9/envs/prefect/lib/python3.10/site-packages/google/cloud/bigquery/client.py:567: UserWarning: Cannot create BigQuery Storage client, the dependency google-cloud-bigquery-storage is not installed.
warnings.warn(
Although google-cloud-storage is a specified dependency of the google extras for parsons, the google-cloud-bigquery-storage package is not a requirement.
I don't know what the consequences are for missing this package, besides that this warning is emitted.
Priority
low
The text was updated successfully, but these errors were encountered:
Initializing the BigQuery client emits this warning:
Although google-cloud-storage is a specified dependency of the google extras for parsons, the google-cloud-bigquery-storage package is not a requirement.
I don't know what the consequences are for missing this package, besides that this warning is emitted.
Priority
low
The text was updated successfully, but these errors were encountered: