Closed mateogianolio closed 2 years ago
Is your idea related to a problem? Please describe.
Can't write multi-measure records?
Describe the solution you'd like
Multi-measure records were added in boto3 1.20.13 (see https://github.com/boto/boto3/blob/develop/CHANGELOG.rst#12013).
Few suggestions on how to solve this:
measure_col
measure_cols
list
timestream.write()
timestream.write_multi()
Thanks for flagging this @mateogianolio, it seems that the API call lists both MeasureValue and MeasureValues so I would be in favour of accepting both
MeasureValue
MeasureValues
Contributions are always welcome if you are keen :)
Is your idea related to a problem? Please describe.
Can't write multi-measure records?
Describe the solution you'd like
Multi-measure records were added in boto3 1.20.13 (see https://github.com/boto/boto3/blob/develop/CHANGELOG.rst#12013).
Few suggestions on how to solve this:
measure_col
withmeasure_cols
(breaks backwards compatibility, so probably no go)measure_col
optionally takelist
(a bit weird)measure_cols
parameter totimestream.write()
which overridesmeasure_col
timestream.write_multi()