GAlexeyV commented on code in PR #27144: URL: https://github.com/apache/superset/pull/27144#discussion_r1516794232
########## 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 , thank you I will finish it then when return back from holidays (in 2 weeks) -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org