How can I set my on_failure and on_success callbacks to have the task context?
If you want to perform some actions in response to a DAG’s final state, failure or success, then these on_failure_callback or on_success_callback should accomplish its respective situations. The same can be applied for …
|