aws / aws-sdk-pandas

pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
https://aws-sdk-pandas.readthedocs.io
Apache License 2.0
3.93k stars 698 forks source link

Write multi-measure records to Timestream #1214

Closed mateogianolio closed 2 years ago

mateogianolio commented 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:

jaidisido commented 2 years ago

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

Contributions are always welcome if you are keen :)