I notice if I do something like:
dm = DagModel(dag_id=‘simple’)
dm.set_is_paused(is_paused=False) # spelling maybe wrong
This will unpause the dag and start running it.
How can I unpause and trigger the dag separately?
I notice if I do something like:
dm = DagModel(dag_id=‘simple’)
dm.set_is_paused(is_paused=False) # spelling maybe wrong
This will unpause the dag and start running it.
How can I unpause and trigger the dag separately?