DqScores
How complete, valid and consistent each record is, with the breakdown behind the number.
Get the quality trend
Returns how the tenant's quality score has moved over time. Use it to tell a one-off bad load apart from a source that is degrading. Requires `dq.score.read`.
Get aggregate quality
Returns quality rolled up across records, broken down by dimension, so you can see whether the problem is missing data or invalid data. Requires `dq.score.read`.
List quality scores
Returns the quality score of every record, newest first, so you can work down from the worst. Filter by record or by entity type. Requires `dq.score.read`.
Recompute quality scores
Rescores records against the current rules. Run it after changing rules, since existing scores reflect the rules in force when they were written. Requires `dq.score.compute`.
Preview a quality score
Scores a record as it would be scored now and returns the breakdown, without saving anything. Use it to see the effect of a rule change before you commit to it. Requires `dq.score.compute`.
Get a record's quality score
Returns one record's quality score with its per-dimension breakdown, so you can see which rule it fails. Requires `dq.score.read`.