Stanislav Kudriashev created AIRFLOW-1518:
---------------------------------------------
Summary: Make it possible to specify list of dag ids for scheduler
to run
Key: AIRFLOW-1518
URL: https://issues.apache.org/jira/browse/AIRFLOW-1518
Project: Apache Airflow
Issue Type: Improvement
Reporter: Stanislav Kudriashev
Assignee: Stanislav Kudriashev
Make it possible to specify list of dag ids for scheduler to run. Currently it
is possible to specify only one dag id.
{code}
airflow scheduler -d dag1 -d dag2 -d dag3
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)