fenglu-g 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_r219663539
 
 

 ##########
 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:
   Please make sure you also clean import_errors when the a particular plugin 
is fixed. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to