Dags not showing up in Airflow UI

5/20/2020

I have set up airflow on kubernetes and copied some dags inside /usr/local/airflow/dags folder...But neither of my dags or the default dags are showing up in airflow.

Killed webserver and restarted cat /var/run/airflow-webserver.pid

kill pid

airflow webserver

dags_folder is also set to /usr/local/airflow/dags

I also tried deleting the airflow-webserver.pid and then restarting the webserver, but still no luck.

1 more thing, when I killed the webserver and restarted it then for fews seconds the dags were showing in UI and after that the UI went down and I was logged out of the pod and the pod was restarted. After the webserver pod was restarted my dags got vanished and again no dags(even the examples dags) were showing in UI

-- Ranjeet Yadav
airflow
kubernetes-pod

0 Answers