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.
- Restart the
metadata-discoverypod, run the following command:oc delete "$(oc get pods -o name | grep metadata-discovery)" - Restart the
wkc-metadata-imports-uipod, run the following command:oc delete "$(oc get pods -o name | grep wkc-metadata-imports-ui)"