The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
e3ff3183d5803a70615a00c68b37824f1f8d9ba8 / Daniel Standish 
<[email protected]>
Fix k8s executor when home path different

Since #21877 we no longer parse the dag as part of --local task run.

As a consequence it reads dag file location from the database.  But if the dag 
file is in a different path on the k8s executor worker, then this will be the 
wrong path.  We can fix this by respecting the subdir from the top level 
command.

One problem is, k8s executor, the way it builds the pod args, it sets 
subdir=DAGS_FOLDER which means that all dags in the folder get parsed, which, 
we should avoid somehow.  So, have to work on this more and see whether we can 
improve that.

It may be easier to just store the relative loc in the DB.

Report URL: https://github.com/apache/airflow/actions/runs/3072613157

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to