Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
austinweisgrau opened this issue Jan 19, 2024 · 0 comments
Open
Labels
bug Impact - something is currently broken in Parsons and needs to be fixed

Comments

@austinweisgrau
Copy link
Collaborator

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

@austinweisgrau austinweisgrau added the bug Impact - something is currently broken in Parsons and needs to be fixed label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Impact - something is currently broken in Parsons and needs to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant