DAG not visible in Web-UI

Run airflow dags list (or airflow list_dags for Airflow 1.x)
to check, whether the dag file is located correctly.

For some reason, I didn’t see my dag in the browser UI before I executed this. Must be issue with browser cache or something.

If that doesn’t work, you should just restart the webserver with airflow webserver -p 8080 -D

Leave a Comment