You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for DynamoDB online_read in batches (#2371)
* feat: dynamodb onlin read in batches
Signed-off-by: Miguel Trejo <[email protected]>
* run linters and format
Signed-off-by: Miguel Trejo <[email protected]>
* feat: batch_size parameter
Signed-off-by: Miguel Trejo <[email protected]>
* docs: typo in batch_size description
Signed-off-by: Miguel Trejo <[email protected]>
* trailing white space
Signed-off-by: Miguel Trejo <[email protected]>
* fix: batch_size is last argument
Signed-off-by: Miguel Trejo <[email protected]>
* test: dynamodb online store online_read in batches
Signed-off-by: Miguel Trejo <[email protected]>
* test: mock dynamodb behavior
Signed-off-by: Miguel Trejo <[email protected]>
* feat: batch_size value must be less than 40
Signed-off-by: Miguel Trejo <[email protected]>
* feat: batch_size defaults to 40
Signed-off-by: Miguel Trejo <[email protected]>
* feat: sort dynamodb responses
Signed-off-by: Miguel Trejo <[email protected]>
* resolve merge conflicts
Signed-off-by: Miguel Trejo <[email protected]>
* test online response proto with redshift:dynamodb
Signed-off-by: Miguel Trejo <[email protected]>
* feat: consistency in batch_size process
Signed-off-by: Miguel Trejo <[email protected]>
* fix: return batch_size times None
Signed-off-by: Miguel Trejo <[email protected]>
* remove debug code
Signed-off-by: Miguel Trejo <[email protected]>
* typo in docstring
Signed-off-by: Miguel Trejo <[email protected]>
* batch_size in onlineconfigstore
Signed-off-by: Miguel Trejo <[email protected]>
Co-authored-by: Danny Chiao <[email protected]>
0 commit comments