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
prints WARNING: prefect-gcp 0.6.3 does not provide the extra 'all-extras' and using any extras fails.
Flows then fail with ImportError("To use prefect_gcp.bigquery, install prefect-gcp with the 'bigquery' extra: \pip install 'prefect_gcp[bigquery]'`") `
It all works with
pip install prefect-gcp[all_extras]==0.6.2
Version info
Version: 3.2.11
API version: 0.8.4
Python version: 3.12.9
Git commit: 9481694f
Built: Wed, Mar 5, 2025 10:00 PM
OS/Arch: linux/x86_64
Profile: ephemeral
Server type: server
Pydantic version: 2.10.6
Integrations:
prefect-gcp: 0.6.3
Additional context
No response
The text was updated successfully, but these errors were encountered:
Bug summary
prints
WARNING: prefect-gcp 0.6.3 does not provide the extra 'all-extras'
and using any extras fails.Flows then fail with
ImportError("To use prefect_gcp.bigquery, install prefect-gcp with the 'bigquery' extra: \
pip install 'prefect_gcp[bigquery]'`") `It all works with
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: