GAlexeyV commented on code in PR #27144:
URL: https://github.com/apache/superset/pull/27144#discussion_r1537711974


##########
superset/charts/data/api.py:
##########
@@ -327,12 +327,7 @@ def _run_async(
         """
         Execute command as an async query.
         """
-        # First, look for the chart query results in the cache.
-        with contextlib.suppress(ChartDataCacheLoadError):
-            result = command.run(force_cached=True)

Review Comment:
   @zhaoyongjie hi, 
   Did you have a chance to look into?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to