Apologies if this is a dumb question, but I'm looking for a way to retry an
entire DAG if a single task fails, rather than retry just that task.

The context is that of a job starter + sensor, and if the sensor fails it
means the job needs to be restarted, not just re-sensored.

>From reading the documentation it seems like TriggerDagRunOperator could be
cajoled into doing this, but it feels a little... clunky.  Is this indeed
the best way to restart an entire DAG when one of the tasks fails?

Thanks.

Reply via email to