aws.glue.get_data_quality_model
Example SQL Queries
SELECT * FROMaws.glue.get_data_quality_modelWHERE"profile_id" = 'VALUE';Description
Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_id Required Input Column The Profile ID. | VARCHAR |
| statistic_id 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 |
| failure_reason The training failure reason. | VARCHAR |
| started_on The timestamp when the data quality model training started. | TIMESTAMP_S |
| status The training status of the data quality model. | VARCHAR |