o-nikolas commented on code in PR #31197:
URL: https://github.com/apache/airflow/pull/31197#discussion_r1190649417


##########
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(),

Review Comment:
   As long as we don't get weird API behaviour with a relatively instantaneous 
export_time seems fine to me. I'm assuming you've tested this?



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