DataQualityColumnResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
DataQualityColumnResult provides a more detailed, per-column view of the results.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
column |
str
Output only. The column specified in the DataQualityRule. |
score |
float
Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set. The score ranges between between [0, 100] (up to two decimal points). This field is a member of oneof _ _score .
|
passed |
bool
Output only. Whether the column passed or failed. |
dimensions |
MutableSequence[google.cloud.dataplex_v1.types.DataQualityDimensionResult]
Output only. The dimension-level results for this column. |