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. A dimension will have a corresponding DataQualityDimensionResult if and only if there is at
least one rule with the 'dimension' 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.