datamongus
08/15/2022, 11:25 PMprefect-gcp
seems to only refer to Prefect 2.0Anna Geller
Matt Conger
08/15/2022, 11:31 PMMatt Conger
08/15/2022, 11:32 PMdatamongus
08/15/2022, 11:33 PMdatamongus
08/15/2022, 11:35 PMImportError: cannot import name 'secretmanager' from 'google.cloud' (unknown location)
I’m not using the secretmanager taskdatamongus
08/15/2022, 11:35 PMdatamongus
08/15/2022, 11:41 PMimport prefect.tasks.gcp
is what I had, I needed import prefect.tasks.gcp.bigquery
datamongus
08/15/2022, 11:41 PMMatt Conger
08/15/2022, 11:42 PMLucien Fregosi
08/16/2022, 8:08 AMprefect-gcp
rather than using the standart python GCP client within a prefect task ?Anna Geller
Anna Geller