HsiuChuanHsu commented on issue #57197: URL: https://github.com/apache/airflow/issues/57197#issuecomment-3446228218
I was able to reproduce the issue with the DAG you provided. - **Execute DAG with CLI `airflow dags test simple_dag`** <img width="575" height="453" alt="Image" src="https://github.com/user-attachments/assets/43771e68-ecb6-4183-af30-b8272e76eed7" /> - **Execute DAG with UI Trigger** I was using breeze to test, so the dag was put in `/files/dags`. It looks like true that the $AIRFLOW_HOME/dags appear in sys.path when the DAG is triggered from the UI. <img width="1096" height="912" alt="Image" src="https://github.com/user-attachments/assets/a00fccfb-db68-4d01-947a-6d64a10baa0a" /> Will try to figure out what happend. -- 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]
