progressive-scaler commented on issue #42476: URL: https://github.com/apache/airflow/issues/42476#issuecomment-2466240624
While trying to solve this issue, i made the following validations: - First i checked if i could open or run the DAGs that were supposed to be hidden. When i tried to execute, the Dags would not run; when i tried to open, i would get the "missing DagBag" error; - Then i asked devops to share the `AIRFLOW__LOGGING__DAG_PROCESSOR_MANAGER_LOG_LOCATION` log. Analyzing the log, i realized that there were no information of the DAGs that were supposed to be hidden, even though they were still appearing on Airflow GUI; After this outcomes, i just removed the DAGs via Airflow GUI. After that, they were never re-appeared in Airflow GUI. Another extra note: this happened after upgrading Airflow on a test environment. When we upgrade the production environment, this issue never happened. I could not get to the potential reasons on why it happened on test environment and not on production environment. -- 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]
