[
https://issues.apache.org/jira/browse/AIRFLOW-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor reopened AIRFLOW-2548:
----------------------------------------
> Output Plugin Import Errors to WebUI
> ------------------------------------
>
> Key: AIRFLOW-2548
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2548
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Andy Cooper
> Priority: Major
> Fix For: 2.0.0
>
>
> All,
>
> We currently output all DAG import errors to the webUI. I propose we do the
> same with plugin errors as well. This will provide a better user experience
> by bubbling up all errors to the webUI instead of hiding them in stdOut.
>
> Proposal...
> * Extend models.ImportError to have a "type" field to distinguish from error
> types.
> * Prevent class SchedulerJob methods from clearing out and pulling from
> models.ImportError if type = 'plugin'
> * Create new ImportError records in plugins_manager.py for each plugin that
> fails to import
> * Prompt user in views.py with plugin ImportErrors - specifying that they
> need to fix and restart webserver to resolve.
>
> Does this seem reasonable to everyone? I'd be interested in taking on this
> work if needed
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)