1

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?

1 Answers1

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