AWS IoT Analytics - Dataset Query erase old css

0

Hello I have a question about IoT Analytics. When I try a query to get some data from my datastore it works but it will delete the last test in this dataset. I can't have more than one content of dataset.

Someone know why and if I can change this ?

已提问 1 年前247 查看次数
3 回答
0

Hi Gearcry,

what do you mean by "delete the last test in this dataset"? When you create a dataset you get a back a signed URL from where you can store your dataset.

Another option to store different datasets is to use the S3DestinationConfiguration in your CreateDataset request.

Cheers,
Philipp

AWS
专家
已回答 1 年前
0

Hi Philipp, thanks for your answer. Maybe I was not clear. When you run a SQL query you will get a result, but you can only have one on the same time ? It's not possible to run the same query and get a save of the differents results ?

已回答 1 年前
0

Hi Gearcry,

you can run two CreateDataset commands in parallel. For each of the calls you have to provide a dataset name. From your datasets you can then create dataset content and you will get a different URL to access your dataset content. Please see also Creating a dataset.

Cheers,
Philipp

AWS
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则