vincbeck commented on code in PR #45025:
URL: https://github.com/apache/airflow/pull/45025#discussion_r1890662691
##########
providers/src/airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py:
##########
@@ -101,6 +101,7 @@ class DynamoDBToS3Operator(AwsToAwsBaseOperator):
:param check_interval: The amount of time in seconds to wait between
attempts. Only if ``export_time`` is
provided.
:param max_attempts: The maximum number of attempts to be made. Only if
``export_time`` is provided.
+ "returns export_arn: Export ARN value in case of 'point in time export' or
None for 'scan'
Review Comment:
You do not need this parameter. You do not use it either
```suggestion
```
--
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]