I see column level quality score in monitoring project. Do we have row level quality score?
Hello
Â
you can see the row level quality (FAIL/SUCCESS) when you export the whole data set using post-processing components. The export tells you if a row satisfied all DQ checks (SUCCESS) or if it failed for at least one of the DQ checks (FAIL). Otherwise in the web app you can always see only aggregated DQ results. (with exception of the samples).
Kind regards,
Anna
Thanks
- valid_rules (list of DQ rules the record successed)
- invalid_rules (list of DQ rules the record failed)
- invalid_rules_explanation (explanation messages for the failed DQ rules).
It is then enough to use filter like: invalid_rules is null
 to get only records with no DQ issues.
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.