DAGS WHERE NOT SHOWING IN AIRFLOW UI #46760
-
Hi Community, We have stucked in problem. We have installed a new airflow setup in different node and need to migrate all the dags running existing node. What we did: we took the tar copy of the dags in current running airflow and moved to new node. after untar. we couldn't able to see all the dags in airflow UI. We have tried multiple workaround but didn't work. Any idea to resolve this ? OUR OS : RHEL 8.9 (oopta) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
post db init we are able to see dags but next schedule not running automatic and in scheduler.log we are hettig continue this error msg 2025-02-14 16:02:01,326] {manager.py:163} INFO - Launched DagFileProcessorManager with pid: 1242023 |
Beta Was this translation helpful? Give feedback.
-
Follow https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html#top-level-python-code -> looks like your DAGs are taking a long time to parse and this is something that best practices explained there are very explicit about. There are docs and examples and ways how you can check and make sure your DAGs are following best practices. |
Beta Was this translation helpful? Give feedback.
Hi potiuk,
Thank you, for your support.
At last we managed to rectify the issue. we found out that the mount point attached to the our new node found improper
after unmount and remount the issue rectified automatically.