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


##########
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:
   I'm also looking ahead for this change to get merged. 



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