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)