How do I specify datatypes in Timestream multi-measure record writes? #2725
-
Hello. I am using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@jaidisido, @kukushking, or @LeonLuttenberger, can you help here? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hey, Can you provide an example of a dataframe where the columns are returned as strings? I ran the example from our unit tests, and The values that are getting converted into strings are the dimensions ( |
Beta Was this translation helpful? Give feedback.
Hey,
Can you provide an example of a dataframe where the columns are returned as strings? I ran the example from our unit tests, and
measure1
andmeasure2
are returned asfloat
values, since they're specified as measure columns.The values that are getting converted into strings are the dimensions (
dim0
anddim1
). Based on the documentation, it looks like they have to be strings unfortunately.