ferruzzi commented on code in PR #41304:
URL: https://github.com/apache/airflow/pull/41304#discussion_r1720242191
##########
tests/system/providers/amazon/aws/example_dynamodb_to_s3.py:
##########
@@ -195,7 +225,8 @@ def delete_dynamodb_table(table_name: str):
backup_db_segment_1,
backup_db_segment_2,
export_time,
- backup_db_to_point_in_time,
+ backup_db_to_point_in_time_full_export,
Review Comment:
fixed in https://github.com/apache/airflow/pull/41517
##########
airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py:
##########
@@ -137,8 +145,10 @@ def __init__(
self.dynamodb_scan_kwargs = dynamodb_scan_kwargs
self.s3_bucket_name = s3_bucket_name
self.s3_key_prefix = s3_key_prefix
+ self.point_in_time_export = point_in_time_export
self.export_time = export_time
self.export_format = export_format
+ self.export_table_to_point_in_time_kwargs =
export_table_to_point_in_time_kwargs
Review Comment:
fixed in https://github.com/apache/airflow/pull/41517
--
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]