khilawar4 commented on a change in pull request #15727:
URL: https://github.com/apache/airflow/pull/15727#discussion_r632086415



##########
File path: airflow/providers/amazon/aws/operators/athena.py
##########
@@ -39,9 +39,7 @@ class AWSAthenaOperator(BaseOperator):
     :param output_location: s3 path to write the query results into. 
(templated)
     :type output_location: str
     :param aws_conn_id: aws connection to use
-    :type aws_conn_id: str
-          (adding this param to template_fields so that it can be overriden 
using jinja template from Dags
-           This feature can be useful if user wants to update/override the 
aws_conn_id for some kind of Dag Isolation etc) 
+    :type aws_conn_id: <str> adding this param to template_fields so that it 
can be overriden using jinja template from Dags 

Review comment:
       sorry about the confusion. updated the requested changes again for all 
the modules. Please validate and let me know if anything is missed.
   




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