-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Filters are not updating with force update if cache is enabled for some time #25893
Comments
@michael-s-molina @kgabryje do either of you happen to know if the cache of the native filters is tied to the linked of the dashboard? Or if there's another way to clear/refresh the cache for the native filters? |
@rusackas Using Screen.Recording.2024-04-05.at.14.38.09.mov |
This patch seems to have fixed it for me. Now when I click "Refresh Dashboard", the refresh calls for the filters also have
|
I have opened a PR for fixing this: |
When the dashboard has a filter and responses are cached for let say 24 hours, even after force refreshing the entire dashboard, list of values in the filter do not update (considering there are new values in filter)
How to reproduce the bug
Expected results
Updated filter value should be there.
Actual results
Updated list of values.
Environment
Caching the data for 24 hours. Using superset 3.0.1
The text was updated successfully, but these errors were encountered: