mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: add logging to warm_up_cache endpoint (#9712)
This commit is contained in:
@@ -1644,6 +1644,7 @@ class Superset(BaseSupersetView):
|
||||
payload.append(d)
|
||||
return json_success(json.dumps(payload, default=utils.json_int_dttm_ser))
|
||||
|
||||
@event_logger.log_this
|
||||
@api
|
||||
@has_access_api
|
||||
@expose("/warm_up_cache/", methods=["GET"])
|
||||
|
||||
Reference in New Issue
Block a user