The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user ashb (triggered by ashb).
Head commit for run: c94f978a66a7cfc31b6d461bbcbfd0f2ddb2962e / Daniel Standish <[email protected]> Fix airflow tasks run --local when dags_folder differs from that of processor (#26509) Previously the code used the dags_folder of the "current" process (e.g. the celery worker, or k8s executor worker pod) to calculate the relative fileloc based on the full fileloc stored in the serialized dag. But if the worker dags_folder folder is different from the dags folder configured on the dag processor, then airflow can't calculate the relative path, so it will just use the full path, which in this case will be a bad path. We can fix this by keeping track of the dags_folder from the dag processor that serialized the dag, and using this for figuring out the relative path. Report URL: https://github.com/apache/airflow/actions/runs/3147860819 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
