ForestMars edited a comment on issue #8647:
URL: https://github.com/apache/airflow/issues/8647#issuecomment-631088870
> Airflow adds an additional 3 directories to the variable sys.path.
>
> conf.get('core', 'dags_folder')
> conf.get('core', 'airflow_home')
> conf.get('core', 'plugins_folder')
Testing this with a clean installation of 1.10.10, it is adding
`dags_folder` and `plugns_folder` to sys.path as expected; however: _instead
of_ adding `airflow_home` it is adding `airflow_home/config`
**Is this correct?** I found it surprising that it didn't add airflow_home,
but a sub-folder called 'config' that isn't being used (?)
----------------------------------------------------------------
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]