I want to change the status of a failed task to success using airflow commands. Is there any way to do that ?
I have tried using backfill command, but it is not working for a failed task.
airflow backfill -t task_abc_1 -s 2020-05-14T07:11:00.285524+00:00 -e 2020-05-14T07:11:04.862958+00:00 -m dag_abc_1