You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Dan Davydov (JIRA)" <ji...@apache.org> on 2017/03/08 01:39:38 UTC

[jira] [Created] (AIRFLOW-953) Tasks marked as successful should have start/end_date/duration set

Dan Davydov created AIRFLOW-953:
-----------------------------------

             Summary: Tasks marked as successful should have start/end_date/duration set
                 Key: AIRFLOW-953
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-953
             Project: Apache Airflow
          Issue Type: Bug
          Components: webserver
            Reporter: Dan Davydov


Tasks marked as successful should have start/end_date/duration/operator set . start/end dates should be the same and denote the time the task was marked as successful, duration should be 0, and the operator should be filled in correctly with the task's operator.

This should be fixed because otherwise the task instance state is not complete which could break some operations in Airflow, and prevents things like scripts that delete old tasks from Airflow (since e.g. start_date is not specified for these tasks).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)