eladkal commented on code in PR #32186:
URL: https://github.com/apache/airflow/pull/32186#discussion_r1244266130


##########
airflow/providers/amazon/aws/operators/athena.py:
##########
@@ -33,6 +33,9 @@ class AthenaOperator(BaseOperator):
     """
     An operator that submits a presto query to athena.
 
+    Note: if the task is killed while it runs, it'll cancel the athena query 
that was launched,

Review Comment:
   change to `.. note:`
   
   Similar to 
https://github.com/apache/airflow/blob/9fa75aaf7a391ebf0e6b6949445c060f6de2ceb9/airflow/operators/bash.py#L80
   
   (for some reason it doesn't allow me to suggest changes)



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

Reply via email to