You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Tao Feng (JIRA)" <ji...@apache.org> on 2019/04/09 23:42:00 UTC

[jira] [Resolved] (AIRFLOW-4267) Fix Task Instance duration in Graph View in Fab-Based UI

     [ https://issues.apache.org/jira/browse/AIRFLOW-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tao Feng resolved AIRFLOW-4267.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.3

> Fix Task Instance duration in Graph View in Fab-Based UI
> --------------------------------------------------------
>
>                 Key: AIRFLOW-4267
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4267
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: ui
>    Affects Versions: 1.10.2, 1.10.3
>            Reporter: Kaxil Naik
>            Assignee: Kaxil Naik
>            Priority: Critical
>             Fix For: 1.10.3
>
>         Attachments: Screenshot 2019-04-09 at 21.58.54.png, Screenshot 2019-04-09 at 22.01.42.png
>
>
> The duration field is missing in the Graph View for the Fab-based RBAC UI.
> This is because of the bug in the code. Instead of *task.duration* it should be *ti.duration*.
> The duration is associated with a *Task Instance* and no a *Task*.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)