john-bodley opened a new issue #7582: SQL Lab fetches incorrect result set URL: https://github.com/apache/incubator-superset/issues/7582 Sometimes when run a SQL Lab query from a new tab/window it fetches the wrong result set. ### Expected results The result set should be associated with the correct query. ### Actual results The result set is associated with the incorrect query. The `queryId` associated with the `sql_json/` request is not the same as the `queryId` in the result set. #### Screenshots   #### How to reproduce the bug 1. Go to SQL Lab and run a query. 2. Go to SQL Lab via a new tab/window and run another query. 3. Note that the result set for (2) is associated with (1). ### Environment (please complete the following information): - superset version: 0.31.0rc23.dev1 - python version: 3.6.8 - node.js version: v10.15.0 - npm version: 6.4.1 ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context to: @graceguo-supercat
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
