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/15 22:07:58 UTC

[jira] [Commented] (AIRFLOW-633) Show task instance attributes in task instance view

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

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

Commit 6ea5113402fdaccf666cf5c4a24a7a0cc781c708 in incubator-airflow's branch refs/heads/master from [~aoen]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=6ea5113 ]

[AIRFLOW-633] Show TI attributes in TI view

Show task instance properties in addition to task
properties in the task instance view. The primary
reason for this is so that we can see things like
the host a task ran on without opening the log
file (which is huge in the case of long-
running/persistent jobs, especially e.g due to the
constant airflow heartbeat). Pagination of the log
would help too but this change is still necessary
and a quicker win.

I think ideally we want to only show an explicit
subset of fields, but for now making behavior
consistent with how task (not task instance)
attributes are displayed. Going to merge to open
source once this is merged.

Testing Done:
- Airbnb production webserver

<img width="1200" alt="screen shot 2016-11-15 at
11 34 30 am" src="https://cloud.githubusercontent.
com/assets/1592778/20324808/dae2861a-ab36-11e6
-8bfa-3942ed529856.png">

Closes #1886 from
aoen/ddavydov/add_ti_info_to_ti_view


> Show task instance attributes in task instance view
> ---------------------------------------------------
>
>                 Key: AIRFLOW-633
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-633
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: webserver
>            Reporter: Dan Davydov
>            Assignee: Dan Davydov
>            Priority: Minor
>
> Currently the task instance view exposes "task" attributes but does not expose "task instance" attributes like "hostname" which are important (e.g. if the produced log is extremely large or inaccessible).



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