Hello all! I would like to set up a flow that pulls a GH repo of many other flows to execute them, similar to the dbt prefect flow of flows (minus the dbt) that @Anna Geller authored so well.
In the repo, some flows should be executed daily, while others hourly. Does anyone have best practices on achieving this such that the parent flow runs on the hourly cadence and only picks up the hourly flows, while the daily ones get executed the one time?
Further, for all child flows that are successful, how do they act as a potential dependency to trigger another flow, say a dbt task, without needing the whole flow to be successful?
✅ 1
a
Anna Geller
09/30/2022, 3:17 PM
yes, I think caching might be helpful here, let me see if I can find Discourse topic on that