You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/09/27 18:38:28 UTC

[GitHub] jcao219 commented on a change in pull request #3930: [AIRFLOW-2548] Output plugin import errors to web UI

jcao219 commented on a change in pull request #3930: [AIRFLOW-2548] Output plugin import errors to web UI
URL: https://github.com/apache/incubator-airflow/pull/3930#discussion_r221033419
 
 

 ##########
 File path: airflow/plugins_manager.py
 ##########
 @@ -97,6 +99,7 @@ def validate(cls):
         except Exception as e:
             log.exception(e)
             log.error('Failed to import plugin %s', filepath)
+            import_errors[filepath] = str(e)
 
 Review comment:
   I believe the only way to get the Airflow UI to reload a broken plugin is to restart the webserver.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services