You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ritesh Shrivastav (JIRA)" <ji...@apache.org> on 2018/05/30 09:23:00 UTC

[jira] [Created] (AIRFLOW-2541) Ability to discover custom plugins, operators, sensors, etc. from various locations

Ritesh Shrivastav created AIRFLOW-2541:
------------------------------------------

             Summary: Ability to discover custom plugins, operators, sensors, etc. from various locations
                 Key: AIRFLOW-2541
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2541
             Project: Apache Airflow
          Issue Type: Improvement
          Components: plugins
            Reporter: Ritesh Shrivastav
            Assignee: Ritesh Shrivastav
         Attachments: plugin_manager.diff

Provision to create custom plugins without dropping them into `$AIRFLOW_HOME/plugins` (or the directory defined in `airflow.cfg`). 
We can define one location in `airflow.cfg` but if we have multiple projects which will have their own workflows so, it would be ideal to implement custom plugins (along with operators, sensors, etc.) in those repositories itself and let them get discovered from there.
 
A simple patch in attachment seems to solve this issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)