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 2019/01/02 13:10:52 UTC

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

Fokko 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_r244731915
 
 

 ##########
 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:
   Yes, this is true

----------------------------------------------------------------
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