You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ProtossChris (JIRA)" <ji...@apache.org> on 2018/12/11 11:40:00 UTC

[jira] [Created] (AIRFLOW-3498) airflow cli subcommand - trigger_dag not working

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)