[GitHub] [airflow] mik-laj commented on issue #8647: Import fails when dags subfolder and plugins subfolder have the same name

2020-05-19 Thread GitBox
mik-laj commented on issue #8647: URL: https://github.com/apache/airflow/issues/8647#issuecomment-631112183 Right. It adds /config directory https://github.com/apache/airflow/blob/499493c5c5cf324ab8452ead80a10b71ce0c3b14/airflow/settings.py#L260 ---

[GitHub] [airflow] mik-laj commented on issue #8647: Import fails when dags subfolder and plugins subfolder have the same name

2020-05-03 Thread GitBox
mik-laj commented on issue #8647: URL: https://github.com/apache/airflow/issues/8647#issuecomment-623208206 This is the expected behavior. Airflow adds **an additional 3 directories** to the variable `sys.path`. * ``conf.get('core', 'dags_folder')`` * ``conf.get('core', 'airflo