ferruzzi commented on a change in pull request #15727:
URL: https://github.com/apache/airflow/pull/15727#discussion_r628782172
##########
File path: airflow/providers/amazon/aws/operators/s3_list.py
##########
@@ -65,7 +67,7 @@ class S3ListOperator(BaseOperator):
)
"""
- template_fields: Iterable[str] = ('bucket', 'prefix', 'delimiter')
+ template_fields: Iterable[str] = ('bucket', 'prefix', 'delimiter' ,
'aws_conn_id')
Review comment:
See previous comment about standardizing. None of the other operators
here use the `: Iterable[str]` type hinting.
--
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]