Fabrice
11/08/2023, 2:15 PMValueError: Flow run UUID('1731bd60-1498-4283-be30-bd7b7a3bc6fd') was created from deployment 'DEPLOYMENT' which is configured with a storage block. Workers currently only support local storage. Please use an agent to execute this flow run.
We are on the latest version of Prefect 2.14.3
Thanks!Taylor Curran
11/08/2023, 3:53 PMTaylor Curran
11/08/2023, 3:53 PMFabrice
12/06/2023, 1:24 PMFabrice
12/06/2023, 1:25 PMFabrice
12/06/2023, 1:25 PM>>> deployment = Deployment.build_from_flow(
... flow=my_flow,
... name="s3-example",
... version="2",
... tags=["aws"],
... storage=storage,
... infra_overrides=dict("env.PREFECT_LOGGING_LEVEL"="DEBUG"),
>>> )
Fabrice
12/06/2023, 1:25 PM