eschutho commented on a change in pull request #18722:
URL: https://github.com/apache/superset/pull/18722#discussion_r813227642
##########
File path: superset/views/base.py
##########
@@ -366,6 +368,10 @@ def common_bootstrap_payload() -> Dict[str, Any]:
ReportRecipientType.EMAIL,
]
+ # verify client has google sheets installed
+ available_specs = get_available_engine_specs()
+ frontend_config["SHOW_GLOBAL_GSHEETS"] =
bool(available_specs[GSheetsEngineSpec])
Review comment:
bump of an earlier comment.. can we name this something more generic
like `HAS_GSHEETS_INSTALLED` so that it's less tied to the client side
functionality?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]