Best way to create a DAG with tasks that should occur repeatedly at different time intervals

Hi @krishna_somasundaram, welcome to Discourse!

How would you approach this in Python without Prefect? in Prefect 2.0, DAG is no longer a requirement, you can build your logic in Python and use Prefect only to:

  • operationalize
  • schedule
  • and add observability

to your flows

Are you new to Prefect? Are you asking this question for Prefect 2.0, or are you already a long-term Prefect 1.0 user? I’d need to know since the answer will be different for 2.0 and 1.0

https://discourse.prefect.io/t/should-i-start-with-prefect-2-0-orion-skipping-prefect-1-0/544