DataQualityResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Data quality result for data scan job.
Attributes | |
---|---|
Name | Description |
row_count |
int
The count of rows processed in the data scan job. |
passed |
bool
Whether the data quality result was pass or not.
|
dimension_passed |
MutableMapping[str, bool]
The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.
|
Classes
DimensionPassedEntry
DimensionPassedEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |