vincbeck commented on code in PR #41304:
URL: https://github.com/apache/airflow/pull/41304#discussion_r1717488086


##########
airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py:
##########
@@ -89,10 +90,13 @@ class DynamoDBToS3Operator(AwsToAwsBaseOperator):
         
<https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Table.scan>
     :param s3_key_prefix: Prefix of s3 object key
     :param process_func: How we transform a dynamodb item to bytes. By 
default, we dump the json
+    :param point_in_time_export: Boolean value indicating the operator to use 
'scan' or 'point in time export'
     :param export_time: Time in the past from which to export table data, 
counted in seconds from the start of
      the Unix epoch. The table export will be a snapshot of the table's state 
at this point in time.
     :param export_format: The format for the exported data. Valid values for 
ExportFormat are DYNAMODB_JSON
      or ION.
+    :param export_table_to_point_in_time_kwargs: extra parameters for the boto3
+    `export_table_to_point_in_time` function all. e.g. `ExportType`, 
`IncrementalExportSpecification`

Review Comment:
   ```suggestion
           `export_table_to_point_in_time` function all. e.g. `ExportType`, 
`IncrementalExportSpecification`
   ```



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

Reply via email to