Pradeep Kumar
10/30/2023, 5:57 AMNate
10/30/2023, 2:27 PMenv
var on your infra block PREFECT_DEFAULT_RESULT_STORAGE_BLOCK=s3/your-s3-block
via override for this deployment, so that all tasks and flows will use this bucket for storage by default
or if you're interested in using prefect.yaml to declare deployments, there this examplePradeep Kumar
10/31/2023, 5:23 AM