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

   @eschutho In case of Athena, we will have to get QueryExecutionId after 
running sql statements. Looking at [this 
reply](https://github.com/laughingman7743/PyAthena/issues/339#issuecomment-1168157819),
 I understand that the cursor.execute method blocks until the query execution 
is finished. So we will not be able to use same cursor to get QueryExecutionId 
until execution finishes, which doesn't help us.


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