aws.lookoutmetrics.get_data_quality_metrics
Example SQL Queries
SELECT * FROMaws.lookoutmetrics.get_data_quality_metricsWHERE"anomaly_detector_arn" = 'VALUE';Description
Returns details about the requested data quality metrics.
Table Definition
| Column Name | Column Data Type |
|---|---|
| anomaly_detector_arn Required Input Column The Amazon Resource Name (ARN) of the anomaly detector that you want to investigate. | VARCHAR |
| metric_set_arn Input Column The Amazon Resource Name (ARN) of a specific data quality metric set. | 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 |
| anomaly_detector_data_quality_metric_list A list of the data quality metrics for the AnomalyDetectorArn that you requested. | STRUCT( |
Show child fields
| |