Class DataQualityDimensionResult (1.13.0)

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

DataQualityDimensionResult provides a more detailed, per-dimension view of the results.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
dimension google.cloud.dataplex_v1.types.DataQualityDimension
Output only. The dimension config specified in the DataQualitySpec, as is.
passed bool
Whether the dimension passed or failed.
score float
Output only. The dimension-level data quality score for this data scan job if and only if the 'dimension' field is set. The score ranges between [0, 100] (up to two decimal points). This field is a member of oneof_ _score.