o-nikolas commented on a change in pull request #15727:
URL: https://github.com/apache/airflow/pull/15727#discussion_r632326926
##########
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:
Thanks for updating this, it's looking pretty good now. Although my
preference would be to follow what the other templated fields do, which is just
to append `(templated)` to the original doc string.
--
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]