DataQualityResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The output of a DataQualityScan.
Attributes | |
---|---|
Name | Description |
passed |
bool
Overall data quality result -- true if all rules passed.
|
dimensions |
MutableSequence[google.cloud.dataplex_v1.types.DataQualityDimensionResult]
A list of results at the dimension level. |
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. |