lin_liu
09/13/2022, 2:49 AMtap-dynamodb , if I want to use log_based incremental method, and to sync the newly added record, I need to disable stream on Dynamodb before syncing these incremental records and re-enable it again after ?
any other approaches that we dont need to do this disable and re-enable work? on aws in particular?
Many Thanks!
https://github.com/singer-io/tap-dynamodb/search?q=closed+shard
https://github.com/singer-io/tap-dynamodb/blob/bf474bca84a2b4d98c5e5a9b6e1d7fe981cb8246/tests/test_dynamodb_log_based.py#L99-L116lin_liu
09/13/2022, 5:59 AM