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 2020/10/04 16:58:40 UTC

[GitHub] [airflow] rootcss commented on a change in pull request #10770: Add Plugins View in web UI

rootcss commented on a change in pull request #10770:
URL: https://github.com/apache/airflow/pull/10770#discussion_r499266593



##########
File path: airflow/plugins_manager.py
##########
@@ -150,6 +152,8 @@ def load_entrypoint_plugins():
                 plugin_instance = plugin_class()
                 if callable(getattr(plugin_instance, 'on_load', None)):
                     plugin_instance.on_load()
+                    plugin_instance.plugin_source = "entrypoint_plugin"
+                    plugin_instance.plugin_path = str(entry_point.dist)

Review comment:
       Sure, Done.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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