utkarsharma2 commented on code in PR #31197:
URL: https://github.com/apache/airflow/pull/31197#discussion_r1190607950
##########
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:
Yes, because in system tests we just want to make sure the
DynamoDBToS3Operator is successfully able to call
`export_table_to_point_in_time` with the minimum time window. So the exported
data is small. But I'm open to any suggestions.
--
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]