zuzana-vej opened a new issue #11329: URL: https://github.com/apache/incubator-superset/issues/11329
In the past when user selects schema and table name, SQL Lab displays list of columns on the left side and switches automatically to "Preview tab", so that the user can preview the data immediately. After the recent changes in SQL Lab, the default tab stays at "Results" (which are SQL Lab query results) so user needs to make an extra click to switch to the preview tab to preview their data. ### Expected results Tab automatically switches to "Preview: table-name" ### Actual results Tab remains as "Results" #### Screenshots 1. user selects schema & table  2. Default tab should change to "Preview: table-name" (this was past behavior)  #### How to reproduce the bug 1. Go to SQL Lab 2. Select schema in the picker on left side 3. Select table name 4. List of columns loads properly; the tab stays at "Results" instead of switching to "Preview" so that user can preview data ### Environment (please complete the following information): - superset version: master ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [ ] 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. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
