Enabling lineage import (IBM Knowledge Catalog)

Enabling the lineage feature of MANTA Automated Data Lineage is an optional step and is only needed if you want to import lineage information in addition to basic metadata.

To enable the lineage feature, after you install or upgrade Cloud Pak for Data, restart the metadata-discovery and wkc-metadata-imports-ui pods.

  1. Restart the metadata-discovery pod, run the following command:
    oc delete "$(oc get pods -o name | grep metadata-discovery)"
    
  2. Restart the wkc-metadata-imports-ui pod, run the following command:
    oc delete "$(oc get pods -o name | grep wkc-metadata-imports-ui)"
    

Parent topic: Administering IBM Knowledge Catalog