You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sumit Maheshwari (JIRA)" <ji...@apache.org> on 2016/05/24 15:36:12 UTC

[jira] [Created] (AIRFLOW-167) Get dag state for a given execution date.

Sumit Maheshwari created AIRFLOW-167:
----------------------------------------

             Summary: Get dag state for a given execution date.
                 Key: AIRFLOW-167
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-167
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Sumit Maheshwari


I was trying to get state for a particular dag-run programmatically, but couldn't find a way. 

If we could have a rest call like `/admin/dagrun?dag_id=<dag>&execution_date=<ts>` and get the output that would be best. Currently we've to do html parsing to get the same. 

Other (and easier) way is to add a cli support like we have for `task_state`.



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