lindsable commented on a change in pull request #6075:
URL: https://github.com/apache/airflow/pull/6075#discussion_r411690502



##########
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:
       @ashb I'm not sure why the static checks are failing on the docker lint. 
Any insights?




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


Reply via email to