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 2016/11/19 17:45:59 UTC

[jira] [Commented] (AIRFLOW-347) Empty dagruns don't appear in tree view

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

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

Commit 4e550cb9e37d2896d1c3e40ed20cc15428d86d09 in incubator-airflow's branch refs/heads/master from [~vijaysbhat]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=4e550cb ]

[AIRFLOW-347] Show empty DAG runs in tree view

Use DAG runs to construct the list of dates to
display in the tree view. The old logic used
execution dates from task instances to construct
the list of dates, which meant that empty DAG runs
would not show up.

Closes #1892 from
vijaysbhat/tree_view_empty_dag_runs


> Empty dagruns don't appear in tree view
> ---------------------------------------
>
>                 Key: AIRFLOW-347
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-347
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: ui, webserver
>            Reporter: Dan Davydov
>            Assignee: Vijay Bhat
>            Priority: Minor
>              Labels: beginner
>
> Dagruns with no task instances don't show up in tree view which can be confusing if for example there are three dagruns with the middle one failing and not appearing in the UI (it makes it look like the dagrun was skipped).
> The tree view in the UI should show all existing dagruns in the date range specified by the user, not just those with task instances.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)