https://prefect.io logo
Title
s

Steven Trimboli

09/30/2022, 2:56 PM
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
the syntax there is for 1.0 but the flow design can be implemented the same way for 2.0
s

Steven Trimboli

09/30/2022, 3:32 PM
Wow - I did not expect my 2 questions to be solved with effectively 1 answer...I will give this a go. Thank you!
:thank-you: 1
👍 1