mistercrunch commented on code in PR #32867: URL: https://github.com/apache/superset/pull/32867#discussion_r2014942605
########## superset/views/base.py: ########## @@ -333,6 +333,7 @@ def cached_common_bootstrap_data( # pylint: disable=unused-argument "d3_format": conf.get("D3_FORMAT"), "d3_time_format": conf.get("D3_TIME_FORMAT"), "currencies": conf.get("CURRENCIES"), + "deckgl_tiles": conf.get("DECKGL_BASE_MAP"), Review Comment: Not sure if it should be in scope for this PR, but we're looking to avoid growing the `bootstrap_data` payload, as it's sent to the frontend globally for all page loads. Since the set of defaults ones are hard-coded on the frontend, maybe we make the default in `superset/config.py` empty, and only pay the price of growing the payload in environments looking to customize the set (?) -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org