gabriel-attie opened a new issue, #41340: URL: https://github.com/apache/airflow/issues/41340
### Apache Airflow version 2.9.3 ### If "Other Airflow 2 version" selected, which one? 2.9.3 ### What happened? I am using the airflow locally using a custom Dockerfile and a docker-compose from the official URL with some small customization. I usually have a work flow like Extras, Transform and Load in separate DAGs and the las task for the ET are calling the next DAG in the flow. My issue is that when I start to develop new DAGs locally, random tags start to go missing from the Webserver UI. when I go in the container and run the command "airflow tags list" my dogs are shown there (same with "airflow tags report"), but they are not present in the UI. If I run the command "airflow db init" or "airflow db migrate" the DAGs go back to show in the Webserver UI for a short time (around 30 seconds) and then go missing again. ### What you think should happen instead? The DAGs should be showing in the Webserver UI. ### How to reproduce Honestly, I have no idea how to reproduce the errors, since I can't find anything in the logs. ### Operating System PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else? This problem seems to happen when I run the "docker compose down && docker compose up -d" often when developing. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
