cploonker opened a new issue #17062: URL: https://github.com/apache/superset/issues/17062
### Is your feature request related to a problem? Please describe. In superset sqllab i am able to execute just one query (out of multiple in the window) by selecting that entire query and using the option "run selection". I want to be able to execute the current query without re-selecting after every small change. ### Describe the solution you'd like User should separate each query by a delimiter e.g. semi-colon. Superset can then identify the current query using cursor position. Query is the text between the delimiters just before and just after the cursor. Enable a shortcut Ctrl + Option + Enter to execute the current query where the cursor is. ### Describe alternatives you've considered I have been selecting the query and using "run selection" option which is more clicks. ### Additional context\*\* Add any other context or screenshots about the feature request here. -- 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]
