move-coop / parsons

A python library of connectors for the progressive community.
Other
255 stars 125 forks source link

[Bug] BigQuery client issues warning about missing dependency #970

Open austinweisgrau opened 5 months ago

austinweisgrau commented 5 months ago

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