We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bwrite
Using binary types with 'bwrite' command results in the following error.
dy bwrite --table test --input tests/resources/test_batch_write.json [2023-09-13T09:07:17Z ERROR dy::batch] [skip] invalid/unsupported DynamoDB JSON format: Object {"B": String("dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk")} [2023-09-13T09:07:17Z ERROR dy::batch] [skip] invalid/unsupported DynamoDB JSON format: Object {"BS": Array [String("dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk"), String("sdfsdhSRHwFEDw4f")]}
This issue seems to be due to the lack of implementation for B and BS types in the following.
dynein/src/batch.rs
Lines 413 to 475 in f95b9fc
I will work on this issue.
The text was updated successfully, but these errors were encountered:
#170 resolved this issue.
Sorry, something went wrong.
tmyoda
No branches or pull requests
Using binary types with 'bwrite' command results in the following error.
This issue seems to be due to the lack of implementation for B and BS types in the following.
dynein/src/batch.rs
Lines 413 to 475 in f95b9fc
I will work on this issue.
The text was updated successfully, but these errors were encountered: