You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Yingbo Wang (JIRA)" <ji...@apache.org> on 2018/08/23 20:40:00 UTC

[jira] [Created] (AIRFLOW-2951) dag_run end_date Null after a dag is finished

Yingbo Wang created AIRFLOW-2951:
------------------------------------

             Summary: dag_run end_date Null after a dag is finished
                 Key: AIRFLOW-2951
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2951
             Project: Apache Airflow
          Issue Type: Improvement
          Components: DagRun
            Reporter: Yingbo Wang
            Assignee: Yingbo Wang


dag_run table should have an end_date updated when a dag is finished. 

Currently only user activated dag termination request coming from UI may change the "end_date" in dag_run table. All scheduled dags that are automatically running by airflow will leave a NULL value after they fall into a "success" or "failed" state. 



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