Hi all, using Prefect 2.0 here. Am I right in thin...
# ask-community
d
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
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
Thanks!!! Is there a reason for having the output yaml files? I can’t think of any…