Airflow UI Not Showing the Correct Number of Dags #72240
Replies: 1 comment
|
This was a user error with the UI filters for running/failed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The airflow home page (https://airflow.XXXX.com/home?lastrun=running) for our internal production instance is not showing the correct number of DAGs. It shows about 80 and there are closer to 750 DAGs deployed.
When I check the API or cluster status page it says there are 737. This happened out of the blue and I can not figure out how to troubleshoot what is going on. Our cluster has been in production for over a year and there have been no changes in the last 48 hours. I noticed the issue yesterday for the first time and I am pretty sure it was normal before that. I refreshed my browser and all the DAGs disappeared. I can still find them in search or using links from the DAG runs so I can see they are all still running.
We are running version 2.11.0.
All reactions