I want to call two different functions for dag failure and success. For that i want to use on_failure_callback and on_success_callback in DAG() function.
As per my requir