dosubot[bot] commented on issue #35347: URL: https://github.com/apache/superset/issues/35347#issuecomment-3353876054
<!-- Greeting --> Hi @n-pitabread! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> The "Stop" button in Chart and Dashboard views only aborts the frontend request—it does not cancel the running query in Trino or other databases on the backend. This is different from SQL Lab, where clicking "Stop" sends a backend request to terminate the query in the database. As of the latest master, there is no backend logic or API in Chart/Dashboard views to cancel running queries after clicking "Stop", so the query continues running in the database even if you close the tab or navigate away. This limitation has been noted in previous issues (like [#24890](https://github.com/apache/superset/issues/24890) and [#15402](https://github.com/apache/superset/issues/15402)), and implementing backend query cancellation for Chart/Dashboard views would require new API endpoints and backend logic similar to SQL Lab, but this has not yet been done. <!-- 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/f9d06284-03e0-414d-b39f-3fd5e3d6871b?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/f9d06284-03e0-414d-b39f-3fd5e3d6871b?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/f9d06284-03e0-414d-b39f-3fd5e3d6871b?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/f9d06284-03e0-414d-b39f-3fd5e3d6871b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f9d06284-03e0-414d-b39f-3fd5e3d6871b?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/f9d06284-03e0-414d-b39f-3fd5e3d6871b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/f9d06284-03e0-414d-b39f-3fd5e3d6871b?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/35347) -- 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]
