feat: add logging to warm_up_cache endpoint (#9712)

This commit is contained in:
Erik Ritter 2020-05-01 18:01:38 -07:00 committed by GitHub
parent 858082f975
commit 7f496668cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"])