koszti commented on a change in pull request #15403:
URL: https://github.com/apache/superset/pull/15403#discussion_r666626856
##########
File path: superset/sql_lab.py
##########
@@ -562,3 +582,23 @@ def execute_sql_statements( # pylint:
disable=too-many-arguments, too-many-loca
return payload
return None
+
+
+def cancel_query(query: Query, user_name: Optional[str] = None) -> None:
+ """Cancal a running query."""
Review comment:
improved by 4706b4308ec4a82aa765aafaa70ad2057977b98b
--
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]