Downstream task not getting triggered #12913
-
Hello Team, I have installed Airflow v1.10.12. I tried to trigger the tutorial.py, source from example_dags/tutorial.py in my local ubuntu system. I triggered via "Trigger DAG" button in the http://localhost:8081/admin/airflow/graph?dag_id=tutorial . The graph view says "running" since 1hr and does not complete and previously I triggered from CLI as "airflow trigger_dag tutorial" which is also in running state. I'm basically looking for running a chain of task via a single DAG. Please suggest/guide if there is something missing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Finally figured out the issue. The DAG task needs to be "ON" state. Checkout https://stackoverflow.com/questions/49021055/airflow-1-9-0-is-queuing-but-not-launching-tasks 😌 . |
Beta Was this translation helpful? Give feedback.
Finally figured out the issue. The DAG task needs to be "ON" state. Checkout https://stackoverflow.com/questions/49021055/airflow-1-9-0-is-queuing-but-not-launching-tasks 😌 .