utkarsharma2 commented on code in PR #31142:
URL: https://github.com/apache/airflow/pull/31142#discussion_r1188166753


##########
tests/system/providers/amazon/aws/example_dynamodb_to_s3.py:
##########
@@ -127,6 +127,17 @@ def delete_dynamodb_table(table_name: str):
         },
     )
     # [END howto_transfer_dynamodb_to_s3_segmented]
+
+    # [START howto_transfer_dynamodb_to_s3_in_some_point_in_time]
+    backup_db_to_point_in_time = DynamoDBToS3Operator(
+        task_id="backup_db_to_point_in_time",
+        dynamodb_table_name=table_name,
+        file_size=1000,

Review Comment:
   Added required param. 



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