I changed some dependencies between my tasks yesterday for my daily ETL. The new code is correctly shown in the Airflow Code view, and the Gantt also shows things running according to that new code. However, the Graph View still shows the old dependencies. Is there any reason there should be a delay on updating it, or is there anything I need to do, or is something wrong?
Asked
Active
Viewed 1,891 times
1
-
Have you tried to hit "refresh" button? – Chengzhi Sep 05 '18 at 15:14
-
Did you manage to get it to update? – bamdan Sep 06 '18 at 09:14
-
1@bamdan yes, it updated the next time the ETL ran without me doing anything. – smartestblonde Sep 07 '18 at 18:01
-
Was the computer restarted or the web server restarted in between your issue and when it start working? – bamdan Sep 08 '18 at 15:51
-
No, it was not. – smartestblonde Sep 09 '18 at 02:20
1 Answers
1
You need to restart the webserver before the changes will show then restart using
airflow webserver -p 8080
This worked for me. People had similar issues and worked for them.
Airflow "This DAG isnt available in the webserver DagBag object "

bamdan
- 836
- 7
- 21