v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Retrieves the result of a data quality rule evaluation.

post/#X-Amz-Target=AWSGlue.GetDataQualityResult

Headers

X-Amz-Target'AWSGlue.GetDataQualityResult' required

Request body

ResultIdstring required

A unique result ID for the data quality result.

Response

Success

ResultIdstring

A unique result ID for the data quality result.

Scorenumber double

An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.

RulesetNamestring

The name of the ruleset associated with the data quality result.

EvaluationContextstring

In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the <code>evaluationContext</code> can differentiate the nodes.

StartedOnstring date-time

The date and time when the run for this data quality result started.

CompletedOnstring date-time

The date and time when the run for this data quality result was completed.

JobNamestring

The job name associated with the data quality result, if any.

JobRunIdstring

The job run ID associated with the data quality result, if any.

RulesetEvaluationRunIdstring

The unique run ID associated with the ruleset evaluation.