tirkarthi commented on issue #71772:
URL: https://github.com/apache/airflow/issues/71772#issuecomment-5342548811
The dag parses fine locally and I don't see any expensive operations at the
module causing timeout. Can you please try parsing the file manually from the
dag-processor pod?
```
>>> from airflow.dag_processing.dagbag import DagBag
>>> DagBag("/home/karthikeyan/airflow/dags/gh71772.py")
[2026-08-19T13:05:14.830800Z] {dagbag.py:460} INFO - Filling up the DagBag
from /home/karthikeyan/airflow/dags/gh71772.py
<airflow.dag_processing.dagbag.DagBag object at 0x7f104ed73b90>
>>> DagBag("/home/karthikeyan/airflow/dags/gh71772.py").dags
[2026-08-19T13:05:18.127408Z] {dagbag.py:460} INFO - Filling up the DagBag
from /home/karthikeyan/airflow/dags/gh71772.py
{'gh71772': <DAG: gh71772>}
```
--
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]