matttattoli opened a new pull request #15331: URL: https://github.com/apache/airflow/pull/15331
This fixes an issue where the workers cannot find the dag that is meant to run. With git-sync enabled, the airflow_dag location is being set to where the dags are being cloned to, ex `$AIRFLOWHOME/dags/repo/dags`, but the subpath is remapping it to `$AIRFLOWHOME/dags`, thus the workers are not able to find the actually dag. Also related: https://github.com/apache/airflow/blob/master/chart/templates/_helpers.yaml#L333 Removing the subpath resolves this issue. I locally ran the helm unit tests, and it succeeded. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
