aws.lookoutmetrics.get_sample_data
Example SQL Queries
SELECT * FROMaws.lookoutmetrics.get_sample_data;Description
Returns a selection of sample records from an Amazon S3 datasource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| s3_source_config Input Column A datasource bucket in Amazon S3. | STRUCT( |
Show child fields
| |
| _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 |
| header_values A list of header labels for the records. | VARCHAR[] |
Show child fields
| |
| sample_rows A list of records. | VARCHAR[][] |
Show child fields
| |