Steen Manniche created AIRFLOW-1919:
---------------------------------------
Summary: Add option to query for DAG runs given a DAG ID
Key: AIRFLOW-1919
URL: https://issues.apache.org/jira/browse/AIRFLOW-1919
Project: Apache Airflow
Issue Type: Improvement
Components: cli
Affects Versions: Airflow 1.8
Reporter: Steen Manniche
Priority: Trivial
Having a way to list all DAG runs for a given DAG identifier would be useful
when trying to get a programmatic overview of running DAGs. Something along the
lines of
{code}
airflow list_runs $DAG_ID
{code}
Which would return the running DAGs for {{$DAG_ID}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)