What is the recommended way to build a flow-of-flo...
# best-practices
t
What is the recommended way to build a flow-of-flows dependency in the Orion Beta? IE, I want my dbt build flow to kick off only after the upstream ingestion flows complete. I suppose I could try to make everything that has dependencies in the same flow, but that will eventually lead to a massive single flow with scores of tasks. It seems like it'd be better to keep them modular with cross-flow dependencies, what does the community think?
k
You could use subflows or you can trigger a deployment from a parent flow
t
Thanks for the info! The deployment link doesn't work - says it's Private or no longer exists, and I wasn't able to find in a search. Do you have another link? I think triggering a deployment upon successful completion of a parent is what I want.