CzyerChen commented on issue #25011: URL: https://github.com/apache/superset/issues/25011#issuecomment-1807434671
I met the same problem, not only time range. Version: 0.38.1 Problems: 1. set up "No filter" in chart, and import into a Dashboard, the default filter has been changed(like one time range filter at one moment cached by Superset forever). 2. I can not choose the right point, I have to choose `No filter` then `real time range` manually. <img width="902" alt="image" src="https://github.com/apache/superset/assets/22817918/02322537-2503-4b40-9ddd-6b3a362c1c46"> How to resolve: 1. edit `Dashboard` config 2. edit `JSON Metadata`, params from `"default_filters": "{\"11\": {\"__time_range\": \"2023-10-23T00:00:00 : 2023-10-25T00:00:00\"}}` to `"default_filters": "{\"11\": {\"__time_range\": \"No filter\"}}` 3. save config, then cached time range problem fixed. -- 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]
