dosubot[bot] commented on issue #32642: URL: https://github.com/apache/superset/issues/32642#issuecomment-2720114299
<!-- Greeting --> Hey @devkenji! 👋 I'm here to help you with bugs, questions, and becoming a contributor. <!-- Answer --> The issue you're experiencing with the Deck.gl Multiple Layers chart not updating after a dataset change might be related to the caching mechanism in Superset. Superset uses caching to improve performance, and this can sometimes lead to charts not reflecting the latest data changes immediately. Here are a few things you can check or try: 1. **Cache Settings**: Verify if the caching settings for your chart are causing the old data to persist. You can check the `cache_timeout` setting for your chart and adjust it if necessary. The default cache timeout might be causing the data to remain cached for a longer period than desired <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Polygon/geojsonPayload.js)</sup>. 2. **Cache Warm-Up**: Superset has a cache warm-up feature that can refresh the cache for charts. Ensure that this feature is configured correctly to update the cache at appropriate intervals <sup>[[2]](https://github.com/apache/superset/blob/master/superset/tasks/cache.py)</sup>. 3. **Force Refresh**: Try forcing a refresh of the chart to see if it updates with the new data. This can sometimes be done by clearing the cache manually or by using any available options in the Superset UI to refresh the chart. If these steps do not resolve the issue, it might be necessary to investigate further into the specific configuration of the Deck.gl Multiple Layers chart and how it handles data updates in your Superset setup. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/e1de1266-fbab-4330-aa22-108c8230bf7b?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/e1de1266-fbab-4330-aa22-108c8230bf7b?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/e1de1266-fbab-4330-aa22-108c8230bf7b?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/e1de1266-fbab-4330-aa22-108c8230bf7b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/e1de1266-fbab-4330-aa22-108c8230bf7b?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/e1de1266-fbab-4330-aa22-108c8230bf7b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/e1de1266-fbab-4330-aa22-108c8230bf7b?feedback_type=other)</sup> -- 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]
