khilawar4 commented on a change in pull request #15727:
URL: https://github.com/apache/airflow/pull/15727#discussion_r633810133
##########
File path: airflow/providers/amazon/aws/operators/athena.py
##########
@@ -38,8 +38,8 @@ class AWSAthenaOperator(BaseOperator):
:type database: str
: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
+ :param aws_conn_id: Aws connection to use in template_fields so that it
can be overriden using jinja template from Dags.
Review comment:
done.
--
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]