milton0825 commented on a change in pull request #5094: [AIRFLOW-4306] Global
operator extra links
URL: https://github.com/apache/airflow/pull/5094#discussion_r277920779
##########
File path: tests/plugins/test_plugin.py
##########
@@ -100,6 +114,10 @@ class AirflowTestPlugin(AirflowPlugin):
appbuilder_views = [v_appbuilder_package]
appbuilder_menu_items = [appbuilder_mitem]
stat_name_handler = staticmethod(stat_name_dummy_handler)
+ global_operator_extra_links = [
+ GoogleLink(),
Review comment:
Yeah I think that make more sense to let the user know our intent
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services