How to show decimal in my timestream Query

0

Hi, I am new to timestream. I am currently trying to send payload through MQTT. In my payload, there is only the following:

"device_id": "Device 1", "a_x": 101.68888

When I run my query in my database, only Device 1 is shown. The a_x and 101.68888 are not reflected. Is it possible for timstream to show decimal values?

Here is my SQL in my Iot Core rule SQL version: 2015-10-08 SELECT*, a_x FROM 'outTopic'

Thank you.

gefragt vor 2 Jahren311 Aufrufe
1 Antwort
0

Timestream provides a recommended solution for using IoT topic rules to insert MQTT data into Timestream:

https://github.com/awslabs/amazon-timestream-tools/tree/mainline/integrations/iot_core

AWS
deesix
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen