Wiring top-level DAGs together
问题 I need to have several identical (differing only in arguments) top-level DAG s that can also be triggered together with following constraints / assumptions: Individual top-level DAGs will have schedule_interval=None as they will only need occasional manual triggering The series of DAGs, however, needs to run daily Order and number of DAGs in series is fixed (known ahead of writing code) and changes rarely (once in a few months) Irrespective of whether a DAG fails or succeeds, the chain of