aws.glue.get_data_quality_model_result
Example SQL Queries
SELECT * FROMaws.glue.get_data_quality_model_resultWHERE"statistic_id" = 'VALUE'AND "profile_id" = 'VALUE';Description
Retrieve a statistic's predictions for a given Profile ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_id Required Input Column The Profile ID. | VARCHAR |
| statistic_id Required Input Column The Statistic ID. | 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 |
| completed_on The timestamp when the data quality model training completed. | TIMESTAMP_S |
| model A list of StatisticModelResult | STRUCT( |
Show child fields
| |