dstandish opened a new pull request, #26509: URL: https://github.com/apache/airflow/pull/26509
Currently, if your dags_folder differs from that used by the dag processor, then task_run --local will fail to find the dag, because it uses the fileloc value stored in the serialized dag. The behavior of this function is somewhat difficult to test so I wanted to first just test the bad behavior and next I'll work on a fix and verify that it behaves correctly. We may want to let fileloc be relative, or we may just want to also store the dags_folder value of the file processor (or just a placeholder?) so that we can replace it. -- 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]
