mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[docstring] Refining warm_up_cache comment (#3815)
This commit is contained in:
committed by
Maxime Beauchemin
parent
6c52f2ff72
commit
35810ce2bf
@@ -1677,7 +1677,10 @@ class Superset(BaseSupersetView):
|
||||
@has_access_api
|
||||
@expose("/warm_up_cache/", methods=['GET'])
|
||||
def warm_up_cache(self):
|
||||
"""Warms up the cache for the slice or table."""
|
||||
"""Warms up the cache for the slice or table.
|
||||
|
||||
Note for slices a force refresh occurs.
|
||||
"""
|
||||
slices = None
|
||||
session = db.session()
|
||||
slice_id = request.args.get('slice_id')
|
||||
|
||||
Reference in New Issue
Block a user