eschutho commented on issue #17011:
URL: https://github.com/apache/superset/issues/17011#issuecomment-1170326305

   Correct. The cancel query action is executed 
[here](https://github.com/apache/superset/blob/master/superset/views/core.py#L2296)
 so it will run in a separate thread. If you know how to get the query id, 
we'll need to add to the Athena db_engine_spec these two methods: 
[get_cancel_query_id](https://github.com/apache/superset/blob/master/superset/views/core.py#L2296)
 and 
[cancel_query](https://github.com/preset-io/superset/blob/02032ee8a478ab9578cf6e13a7645a8b4106be58/superset/db_engine_specs/mysql.py#L240)


-- 
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]

Reply via email to