koszti commented on a change in pull request #15403:
URL: https://github.com/apache/superset/pull/15403#discussion_r666623947
##########
File path: superset/sql_lab.py
##########
@@ -438,12 +449,18 @@ def execute_sql_statements( # pylint:
disable=too-many-arguments, too-many-loca
with closing(engine.raw_connection()) as conn:
# closing the connection closes the cursor as well
cursor = conn.cursor()
+ cancel_query_payload = db_engine_spec.get_cancel_query_payload(cursor,
query)
+ logger.info(cancel_query_payload)
Review comment:
removed by ec3947757925981b2f07d4070dae8fcb81f69623
--
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]