Downstream task not getting triggered #12913
Answered
by
deeptirobbi
deeptirobbi
asked this question in
Q&A
|
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. |
Answered by
deeptirobbi
Dec 8, 2020
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 😌 . |
0 replies
Answer selected by
deeptirobbi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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 😌 .