rusackas commented on issue #24889: URL: https://github.com/apache/superset/issues/24889#issuecomment-4043433102
This has been confirmed on Superset 5.0.0 (thanks @Kiberskotc). The root cause was identified by the original reporter: in `superset/common/utils/query_cache_manager.py`, a forced refresh returns a cached result early, bypassing the async path. The fix would ensure that when `force=True`, the cache check is skipped entirely so the async flow proceeds normally. If anyone is interested in picking this up, a PR would be very welcome. The original reporter's analysis in the issue description provides a clear starting point for the fix. -- 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]
