Class DataQualityResult (1.13.0)

DataQualityResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
passed bool
Overall data quality result -- true if all rules passed.
score float
Output only. The overall data quality score. The score ranges between [0, 100] (up to two decimal points). This field is a member of oneof_ _score.
dimensions MutableSequence[google.cloud.dataplex_v1.types.DataQualityDimensionResult]
A list of results at the dimension level. A dimension will have a corresponding DataQualityDimensionResult if and only if there is at least one rule with the 'dimension' field set to it.
columns MutableSequence[google.cloud.dataplex_v1.types.DataQualityColumnResult]
Output only. A list of results at the column level. A column will have a corresponding DataQualityColumnResult if and only if there is at least one rule with the 'column' field set to it.
rules MutableSequence[google.cloud.dataplex_v1.types.DataQualityRuleResult]
A list of all the rules in a job, and their results.
row_count int
The count of rows processed.
scanned_data google.cloud.dataplex_v1.types.ScannedData
The data scanned for this result.
post_scan_actions_result google.cloud.dataplex_v1.types.DataQualityResult.PostScanActionsResult
Output only. The result of post scan actions.

Classes

PostScanActionsResult

PostScanActionsResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of post scan actions of DataQualityScan job.