dosubot[bot] commented on issue #35207: URL: https://github.com/apache/superset/issues/35207#issuecomment-3310926041
<!-- Greeting --> Hi @schwebke! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the superset team. <!-- Answer --> This issue isn't tracked in existing Superset issues or docs, but recent changes in SQL Lab tab management are likely related. The latest master branch introduced a new `immutableId` for query editor tabs to improve event routing and tab identification, aiming to fix problems where tab IDs changed after syncing with the backend, causing React to flush and re-render tabs, which could disrupt result rendering after tab switches. These changes are meant to ensure query results and events are correctly associated with the active tab, even after switching or persistence operations [[PR #35105](https://github.com/apache/superset/pull/35105)] [[PR #34720](https://github.com/apache/superset/pull/34720)]. If you're running the latest-dev branch, you should be getting these improvements, but there may still be edge cases or regressions. The only known workaround is to reload and re-run the query. If you want to dig deeper, check that the `immutableId` is correctly propagated in your environment and that Redux state updates for tab switching and query execution are working as expected. Monitoring for further upstream fixes or testing after future merges may help if the issue persists. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/cacabd82-9084-4a43-b0e1-60885048ec2e?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/cacabd82-9084-4a43-b0e1-60885048ec2e?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/cacabd82-9084-4a43-b0e1-60885048ec2e?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/cacabd82-9084-4a43-b0e1-60885048ec2e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/cacabd82-9084-4a43-b0e1-60885048ec2e?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/cacabd82-9084-4a43-b0e1-60885048ec2e?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/cacabd82-9084-4a43-b0e1-60885048ec2e?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35207) -- 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]
