Bob Colner
05/10/2022, 2:39 PMprefect-gcp
authentication issue/question. I’m trying to follow the example docs, but getting an error Importing GcpCredentials
: NameError: name 'SecretManagerServiceClient' is not defined
. FIY the prefect1.0 GCP/bigquery tasks are working fine in my environment. Any advise?Kevin Kho
05/10/2022, 2:41 PMalex
05/10/2022, 2:41 PMprefect-gcp
with the secret_manager
extra? That’s necessary to make sure that the underlying GCP secret manager library is installed.Bob Colner
05/10/2022, 2:44 PMsecret_manager
, let me try thatpip install "prefect-gcp[secret_manager]"
did the trick!Andrew Huang
05/10/2022, 3:58 PM