You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/02 09:08:20 UTC

[GitHub] [airflow] loustler edited a comment on issue #13680: "dag_id could not be found" when running airflow on KubernetesExecutor

loustler edited a comment on issue #13680:
URL: https://github.com/apache/airflow/issues/13680#issuecomment-771484040


   I had the same problem.
   
   In my case, given gitSync.subPath as the empty string.
   
   I fixed that problem after give the correct value.
   
   ```yaml
   dags:
     gitSync:
        subPath: path/to/dags
   ```
   
   hope it helps
   


----------------------------------------------------------------
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:
users@infra.apache.org