loustler commented 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 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:
[email protected]