Andreas Nigg
07/28/2022, 9:26 AMtest
|___ deployment.ymal
|___ kayak_database_flows.py
My build command is (run from inside the folder "test")
prefect deployment build kayak_database_flows.py:integrate_kayak_details --name integrate_kayak_db_details -t rmesbtest1 -sb gcs/gcs-prefect-stprage
Then i apply the deployment and run the deployment. Everything fine so far, the flow get's picked up by the corresponding agent
However, the agent downloads ALL of the content of the GCS bucket. So really all of the content in this bucket, not only the stuff related to this deployment. Is this expected?
If so, do I need a separate GCS storage block for any of the deployments?Anna Geller
07/28/2022, 11:44 AMAndreas Nigg
07/28/2022, 11:48 AMAnna Geller
07/28/2022, 11:53 AMAndreas Nigg
07/28/2022, 12:02 PM