You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/14 02:04:00 UTC

[jira] [Commented] (AIRFLOW-936) Ability to clear/mark success all tasks in a dagrun in the UI

    [ https://issues.apache.org/jira/browse/AIRFLOW-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048602#comment-16048602 ] 

ASF subversion and git services commented on AIRFLOW-936:
---------------------------------------------------------

Commit 3c450fbe1abad7b76b59b6b3b15c6e29b4ad8d0f in incubator-airflow's branch refs/heads/master from [~allisonwang]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=3c450fb ]

[AIRFLOW-936] Add clear/mark success for DAG in the UI

This PR adds a modal popup when clicking circle
DAG icon in Airflow tree view UI. It adds the
functionalities to clear/mark success of the
entire DAG run. This behavior is equivalent to
individually clear/mark each task instance in the
DAG run. The original logic of editing DAG run
page is moved to the button "Edit DAG Run".

Closes #2339 from AllisonWang/master


> Ability to clear/mark success all tasks in a dagrun in the UI
> -------------------------------------------------------------
>
>                 Key: AIRFLOW-936
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-936
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: webserver
>            Reporter: Dan Davydov
>            Assignee: Dan Davydov
>
> The same way you can clear/mark success a task instance recursively, you should be able to do for a dagrun circle in the UI in the tree view. Users have been resorting to creating dummy root tasks for their DAGs just to clear the other tasks in a dagrun which is a hack.
> This would require changing the current behavior of clicking a dagrun (from editing the dagrun), to having a popup similar to what you get when you click on a task instance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)