What’s the best practice for running a flow of flows locally?
a
Anna Geller
04/01/2022, 12:33 PM
Using Prefect 2.0 😄 this way, you don't have to register your subflows and you can call them from other flows almost as if they were tasks
in Prefect 1.0, you have to, unfortunately, register your child flows before calling them in a parent flow as those are technically not "subflows" but the orchestrator pattern triggering flows via an API call (thus, their metadata must exist in the API backend first)
👍 1
m
Matthew Seligson
04/01/2022, 12:35 PM
Thanks so much Anna! Do you have an estimate as to when Prefect 2.0 will be out of beta?
a
Anna Geller
04/01/2022, 12:50 PM
It's easiest to just follow release-notes on Discourse, we ship new releases iteratively.