ferruzzi commented on code in PR #31197:
URL: https://github.com/apache/airflow/pull/31197#discussion_r1191765580


##########
tests/system/providers/amazon/aws/example_dynamodb_to_s3.py:
##########
@@ -134,7 +134,8 @@ def delete_dynamodb_table(table_name: str):
         dynamodb_table_name=table_name,
         file_size=1000,
         s3_bucket_name=bucket_name,
-        export_time=datetime(year=2023, month=4, day=10),
+        export_time=datetime.now(),
+        s3_key_prefix=f"{S3_KEY_PREFIX}-3-",

Review Comment:
   I can get behind that reasoning.  I didn't see the other two in the github 
"changes" diff, so I didn't catch the pattern.  



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