Stijn Verhaegen created AIRFLOW-935:
---------------------------------------
Summary: Impossible to use plugin executors
Key: AIRFLOW-935
URL: https://issues.apache.org/jira/browse/AIRFLOW-935
Project: Apache Airflow
Issue Type: Bug
Components: executor, plugins
Affects Versions: Airflow 1.8, 1.9.0
Reporter: Stijn Verhaegen
revision eb5982d (included in 1.8) breaks plugin executors altogether. It makes
a new module for every plugin, so import statements need to be adapted, but the
executor selection is left unchanged, so it ends up assigning the plugin module
as an executor.
To reproduce: take any plugin which defines a custom executor and try to get it
loaded by setting `executor` in the airflow.cfg
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)