aws.iotanalytics.get_dataset_content
Example SQL Queries
SELECT * FROMaws.iotanalytics.get_dataset_contentWHERE"dataset_name" = 'VALUE';Description
Retrieves the contents of a dataset as presigned URIs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_name Required Input Column The name of the dataset whose contents are retrieved. | VARCHAR |
| version_id Input Column The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" is the default. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| entries A list of DatasetEntry objects. | STRUCT( |
Show child fields
| |
| status The status of the dataset content. | STRUCT( |
Show child fields
| |
| timestamp The time when the request was made. | TIMESTAMP_S |