ProtossChris created AIRFLOW-3498:
-------------------------------------

             Summary: airflow cli subcommand - trigger_dag not working
                 Key: AIRFLOW-3498
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3498
             Project: Apache Airflow
          Issue Type: Bug
          Components: cli
    Affects Versions: 1.10.1
            Reporter: ProtossChris


Using
{code:java}
airflow trigger_dag <dag_id>
{code}
to trigger specific dag with success, but that DAG run is stuck with `running` 
status all the time. 

But not affect 1.10.0

Quick produce steps.
 # use docker-compose-LocalExecutor.yml in github project 
([https://github.com/puckel/docker-airflow)] to start docker stack.
 # create some DAG.
 # docker-compose exec webserver /entrypoint.sh airflow trigger_dag 
<your_dag_id>



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

Reply via email to