tomaszmalec commented on issue #34667: URL: https://github.com/apache/superset/issues/34667#issuecomment-3199826659
I can only guess that Superset has a single global flag indicating that filters changed, and auto-refresh resets it each tick, making all tabs that are already loaded miss the trigger to refresh, as auto-refresh does not refresh all at the same time, as that would make a huge performance impact. If there were a table of flags for each tab, it would be possible for auto-refresh to clear out only the tab that was actually refreshed, and make tabs "in waiting" to refresh on the spot when we move to them. -- 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]
