You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2017/11/10 16:05:23 UTC

[incubator-superset] branch master updated: [docstring] Refining warm_up_cache comment (#3815)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 35810ce  [docstring] Refining warm_up_cache comment (#3815)
35810ce is described below

commit 35810ce2bf45a9ea00a740f35ba6eeea0660de5f
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Fri Nov 10 08:05:20 2017 -0800

    [docstring] Refining warm_up_cache comment (#3815)
---
 superset/views/core.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/superset/views/core.py b/superset/views/core.py
index 09e3f78..375a9ed 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -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')

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].