kamalkeshavani-aiinside opened a new issue #16159: URL: https://github.com/apache/superset/issues/16159
**Is your feature request related to a problem? Please describe.** Current behavior of Dashboard cache: - User loads a dashboard, which generates cache for all the charts. - User changes a filter to value X, which generates cache for all charts with changed filter value. - User returns to dashboard later, and clicks on 'Refresh Dashboard', which generates new cache for all the charts. - User again changes the filter to value X, which loads the cached charts with changed filter value. So the user assumes that clicking on 'Refresh Dashboard' will load new data in dashboard, but actually user has to click 'Refresh Dashboard' with every new filter value change. **Describe the solution you'd like** When a user clicks 'Refresh Dashboard', all the cache for that particular dashboard should be removed. **Describe alternatives you've considered** **Additional context** I tried and confirmed this behavior in 1.2, not sure about in master. -- 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]
