kimsehwan96 opened a new issue, #38152: URL: https://github.com/apache/superset/issues/38152
### Bug description When a user runs a chart query in Explore with the Data Tables Pane open on the Results tab, two **identical** database queries are executed simultaneously. This doubles the load on the database for every chart execution in Explore view, with no benefit to the user. ### Screenshots/recordings <img width="2548" height="1277" alt="Image" src="https://github.com/user-attachments/assets/a1dfb4c1-7705-4c1d-bad1-f5b8ad276bae" /> When update chart with open results tab, then same query are submitted at trino. <img width="598" height="392" alt="Image" src="https://github.com/user-attachments/assets/20cb9af8-284b-4d8a-a1b9-4612060d90e2" /> If update chart with results tab opend, then same http api call is sent to superset backend ### Superset version master / latest-dev ### Python version 3.11 ### Node version 18 or greater ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
