Configure Data Quality > Orchestrating data enrichment and validations > Viewing validation and enrichment reports and metrics
  

Viewing validation and enrichment reports and metrics

After an ingress or file import job finishes its run, you can view reports on validation errors and rejected records, and view metrics by validation status and rule association status.
On the Errors page of the load step in an ingress or file import job, you can download record-based and rule association-based reports. Record-based reports contain a single entry for a record with all error details in JSON format. To view the status and details of each rule association that resulted in a validation error or exception, download the rule association-based report.
The following image shows the Errors page of the load step in a file import job:
The Errors page shows two reports, such as Record-Based c360.person Report and Rule Association-Based c360.person Report, in the Rejected Records column.
The following table describes the metrics for Enrichment and Validation Orchestrator:
Metric
Description
NUM_OF_REC_REJECTED_FOR_VALIDATION_FAILURE
Number of rejected records when the option to reject records that fail validation is enabled for the associated rule association.
NUM_OF_REC_REJECTED_FOR_OTHER_REASONS
Number of records rejected for reasons other than validation failure, such as invalid source primary keys.
MASTER_REC_METRICS_BY_VALIDATION_STATUS
Metrics by validation status for master records.
SOURCE_REC_METRICS_BY_VALIDATION_STATUS
Metrics by validation status for source records.
NUM_OF_REC_WITH_VALIDATION_ERROR_STATUS
Number of records with the Validation Error status. To fix the error, import or ingress records with valid data in the input fields.
NUM_OF_REC_WITH_VALID_STATUS
Number of records with valid data.
NUM_OF_REC_WITH_EXCEPTION_STATUS
Number of records with the Exception status because of errors, such as connection timeouts or lack of response from the data provider. To fix the issue, import or ingress the rejected records with valid values in the input fields. If the issue persists, check the configurations.
MASTER_REC_METRICS_BY_RULE_ASSOC_STATUS
Metrics by the status of rule associations that ran on master records.
SOURCE_REC_METRICS_BY_RULE_ASSOC_STATUS
Metrics by the status of rule associations that ran on source records.
NUM_OF_RULE_ASSOC_WITH_SUCCESS_STATUS
Number of rule associations that ran successfully.
NUM_OF_RULE_ASSOC_WITH_VALIDATION_ERROR_STATUS
Number of rule associations that returned validation errors. To fix the error, import or ingress the rejected records with valid values in the input fields. If the issue persists, check the configurations.
NUM_OF_RULE_ASSOC_WITH_EXCEPTION_STATUS
Number of rule associations that returned the Exception status due to errors, such as connection timeouts or lack of response from the data provider. To fix the issue, import or ingress the rejected records with valid values in the input fields. If the issue persists, check the configurations.
NUM_OF_RULE_ASSOC_NOT_RUN_STATUS
Number of rule associations that didn't run.
NUM_OF_RULE_ASSOC_OUTDATED_STATUS
Number of rule associations that didn't run after they were updated. To run the rule association, users can update at least one of the input fields and submit the record.