Replies: 1 comment 1 reply
-
Hi @fabiom91 - thank you for reaching out and sorry to hear that you're having this issue. If you have any specific use case or workflow that can't be resolved by those workarounds mentioned, please feel free to share it with us and we'll be happy to look into it. Best, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I'm trying to use boto3 with dynamodb on my local computer however I'm having issues storing floats numbers. I get an error that asks me to use Decimal instead and to avoid the rounding issue I should first convert my data into Strings...
Do you see this is just mad?
Beside I'm working with huge amount of data, a double datatype conversion is definitely not an option for me and if I have to add the overhead of splitting the data into smaller segments then probably I should look at another kind of DB 🙄
Beta Was this translation helpful? Give feedback.
All reactions