Matthias Niehoff created AIRFLOW-2775:
-----------------------------------------
Summary: Recent Tasks Label Misleading
Key: AIRFLOW-2775
URL: https://issues.apache.org/jira/browse/AIRFLOW-2775
Project: Apache Airflow
Issue Type: Improvement
Components: ui
Affects Versions: Airflow 1.9.0
Reporter: Matthias Niehoff
The label for the Recent Tasks in the DAGs UI is misleading.
The mouse over label says: "Status of tasks from all active DAG runs or, if not
currently active, from most recent run."
While the "not currently active" part is correct, the active DAG run is
incorrect. Shown are the status of the task from all active DAG runs plus the
tasks from the most recent run". When the run finishes the task from the
previous run are removed from the view and only the tasks of the most recent
run are shown.
Either the label should be updated to reflect his
or
Only the tasks of the current run will be shown, without the task of the last
finished run
Imho the second options makes more sense.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)