aws.glue.list_data_quality_statistic_annotations
Example SQL Queries
SELECT * FROMaws.glue.list_data_quality_statistic_annotations;Description
Retrieve annotations for a data quality statistic.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in this request. | BIGINT |
| next_token Input Column A pagination token to retrieve the next set of results. | VARCHAR |
| profile_id Input Column The Profile ID. | VARCHAR |
| statistic_id Input Column The Statistic ID. | VARCHAR |
| timestamp_filter Input Column A timestamp filter. | 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 |
| annotations A list of StatisticAnnotation applied to the Statistic | STRUCT( |
Show child fields
| |