When using the gcp provider within Feast that is installed using pip install feast, users will be faced with the following exception
|
"Install package google-cloud-storage==1.20.* for gcs support" |
Instead we should warn users to install feast[gcp] or provide the correct dependencies to install.
When using the
gcpprovider within Feast that is installed usingpip install feast, users will be faced with the following exceptionfeast/sdk/python/feast/registry.py
Line 439 in 77a7975
Instead we should warn users to install
feast[gcp]or provide the correct dependencies to install.