Disabling data quality SLA assessments for rule run results

By default, data assets that have a Validates the data quality of relationship with a data quality rule are subject to data quality SLA assessments. You can disable data quality SLA assessments for results of data quality rules for your deployment.

Required roles

An instance administrator must complete this task.

Procedure

To disable data quality SLA assessment on rule runs:

  1. Log in to Red Hat OpenShift Container Platform as a user with sufficient permissions to complete the task.

    ${OC_LOGIN}
    

    Remember: OC_LOGIN is an alias for the oc login command.

  2. Update the IBM Knowledge Catalog custom resource by running the following command:

    oc patch wkc wkc-cr  -n ${PROJECT_CPD_INST_OPERANDS} --type merge --patch '{"spec": {"wkc_data_quality_rules_dq_rules_sla_rmq_sender_queue_enabled":"false"}}'
    

The change is picked up the next time the operator is reconciled, which can take 5 - 10 minutes.