Bug description
When multiple SQL queries are entered and executed together in SQL Lab, Superset only returns the result of the last query. The results from the preceding queries are not displayed.
When three queries are submitted together, only the result of the last query is displayed.
Screenshots/recordings
Can't share the exact image because it is our customer IDs.
Superset version
master / latest-dev
Python version
3.12
Node version
18 or greater
Browser
Chrome
Additional context
The issue is reproducible when executing three or more SQL statements in a single SQL Lab execution. It appears that only the final statement's result set is returned to the user while previous query results are not surfaced in the U
Checklist
Imported from the parent repository for autonomous engineering evaluation.
Source issue: apache#42998
Bug description
When multiple SQL queries are entered and executed together in SQL Lab, Superset only returns the result of the last query. The results from the preceding queries are not displayed.
When three queries are submitted together, only the result of the last query is displayed.
Screenshots/recordings
Can't share the exact image because it is our customer IDs.
Superset version
master / latest-dev
Python version
3.12
Node version
18 or greater
Browser
Chrome
Additional context
The issue is reproducible when executing three or more SQL statements in a single SQL Lab execution. It appears that only the final statement's result set is returned to the user while previous query results are not surfaced in the U
Checklist
Imported from the parent repository for autonomous engineering evaluation.
Source issue: apache#42998