Daniel Standish created AIRFLOW-4787:
----------------------------------------
Summary: clicking task status in dag view should take you to TIs
of last run only
Key: AIRFLOW-4787
URL: https://issues.apache.org/jira/browse/AIRFLOW-4787
Project: Apache Airflow
Issue Type: Improvement
Components: ui
Affects Versions: 1.10.3
Reporter: Daniel Standish
In dags view, hen you click on the tasks from last run (e.g. the red circle
indicating failed tasks), it currently takes you to TIs but includes _all_
failed tasks for that dag.
If your dag has a lot of tasks this makes it harder to clear them. You have to
select them all individually and be careful not to select tasks in prior run.
Following this change, you would initially only see the tasks from last run
(consistent with the number represented in dag view that you clicked on). And
if you want to see all tasks you can just drop the execution date filter.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)