[
https://issues.apache.org/jira/browse/AIRFLOW-6195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16993414#comment-16993414
]
ASF subversion and git services commented on AIRFLOW-6195:
----------------------------------------------------------
Commit d4a8afb5aef5b00f7c52c7ff1cc4088c8a00f4a7 in airflow's branch
refs/heads/master from Bjorn Olsen
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=d4a8afb ]
[AIRFLOW-6195] Fixed TaskInstance attrs not correct on UI (#6758)
> queued_dttm is "None" on UI, and not updated when tasks requeued
> ----------------------------------------------------------------
>
> Key: AIRFLOW-6195
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6195
> Project: Apache Airflow
> Issue Type: Bug
> Components: ui
> Affects Versions: 1.10.6
> Reporter: Bjorn Olsen
> Assignee: Bjorn Olsen
> Priority: Minor
> Fix For: 1.10.7
>
> Attachments: image-2019-12-08-14-44-56-762.png,
> image-2019-12-08-14-45-34-266.png, image-2019-12-08-14-46-09-051.png
>
>
> When inspecting a task instance on the UI, the value for queued_dttm displays
> as 'None' despite having a value in the DB. Also, the value for queued_dttm
> is from when the task was first queued and not updated if it is requeued - it
> is not clear if this is intentional behaviour or not.
> On UI:
> !image-2019-12-08-14-44-56-762.png!
> In DB:
> !image-2019-12-08-14-45-34-266.png!
> In reality, task was queued on 8 December and run shortly after.
> queued_dttm in the DB is from the very first attempt, and is not updated from
> recent attempts.
> !image-2019-12-08-14-46-09-051.png!
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)