utkarsharma2 commented on code in PR #31197:
URL: https://github.com/apache/airflow/pull/31197#discussion_r1190672655
##########
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:
No reason was just following other examples in the file.
I think it's good to have it since it isolates this test case from other
test cases in the file. Otherwise, there can be some side-effects if two
testcase uses the same prefix. WDYT?
--
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]