Class DataQualityColumnResult (1.13.0)

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

NameDescription
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.