skan572015-gif commented on issue #66827: URL: https://github.com/apache/airflow/issues/66827#issuecomment-4435682730
I was able to reproduce this on Apache Airflow 3.2.1 with the official Docker Compose setup on Windows 11. I created a test DAG called `test_tag_cleanup` with the tag `temporary_test_tag`. The DAG appeared correctly in the UI, and the tag was also available in the “Filter by tag” dropdown. After deleting the DAG file from the `dags/` folder and refreshing the UI, the DAG was no longer displayed, but the tag was still present in the tag filter. When selecting this tag, the UI shows `0 DAGs found`. Environment: - Airflow version: 3.2.1 - Deployment: official Docker Compose - OS: Windows 11 - Browser: Chrome I attached a screenshot showing the tag still available while no DAGs are associated with it. <img width="945" height="187" alt="Image" src="https://github.com/user-attachments/assets/8ef107f9-130e-4066-a2d5-260af203b430" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
