lindsable commented on a change in pull request #6075:
URL: https://github.com/apache/airflow/pull/6075#discussion_r411436761
##########
File path: airflow/providers/amazon/aws/hooks/athena.py
##########
@@ -163,6 +213,7 @@ def poll_query_status(self, query_execution_id,
max_tries=None):
break
if max_tries and try_number >= max_tries: # Break loop if
max_tries reached
final_query_state = query_state
+ self.stop_query(query_execution_id)
Review comment:
While I can't think of anything specific, I think you have a good point
about changing existing functionality. We will leave it up to the end user to
stop query if they choose. I'll remove this line.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]