aws.iotsitewise.execute_query
Example SQL Queries
SELECT * FROMaws.iotsitewise.execute_queryWHERE"query_statement" = 'VALUE';Description
Run SQL queries to retrieve metadata and time-series data from asset models, assets, measurements, metrics, transforms, and aggregates.
Table Definition
| Column Name | Column Data Type |
|---|---|
| query_statement Required Input Column The IoT SiteWise query statement. | 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 |
| columns Represents a single column in the query results. | STRUCT( |
Show child fields
| |
| rows Represents a single row in the query results. | STRUCT( |
Show child fields
| |