airflow.models.taskfail
¶
Taskfail tracks the failed run durations of each task instance
Module Contents¶
-
class
airflow.models.taskfail.
TaskFail
(task, execution_date, start_date, end_date)[source]¶ Bases:
airflow.models.base.Base
TaskFail tracks the failed run durations of each task instance.