https://prefect.io logo
Title
d

Dylan Lim

01/31/2023, 3:49 AM
Hi all, using Prefect 2.0 here. Am I right in thinking that each work queue would be assigned deployments of flows, and for each flow there will be a deployment .yaml file? Just wondering if I am meant to have so many yaml files in my flows folder…
j

Jeff Hale

02/01/2023, 2:26 AM
You don't have to output a yaml file when you build a deployment.
prefect deployment build --help
will show the command to avoid it if using the cli.
d

Dylan Lim

02/01/2023, 4:12 AM
Thanks!!! Is there a reason for having the output yaml files? I can’t think of any…