You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/03/25 01:01:17 UTC

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #9375: [cache] Cleaning up viz/cache logic

etr2460 commented on a change in pull request #9375: [cache] Cleaning up viz/cache logic
URL: https://github.com/apache/incubator-superset/pull/9375#discussion_r397549986
 
 

 ##########
 File path: superset/viz.py
 ##########
 @@ -441,7 +441,7 @@ def get_df_payload(self, query_obj=None, **kwargs):
         if query_obj and not is_loaded:
             try:
                 df = self.get_df(query_obj)
-                if self.status != utils.QueryStatus.FAILED:
+                if self.status != utils.QueryStatus.FAILED and not self.force:
 
 Review comment:
   same comment here

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org