Enabling lineage import (Watson Knowledge Catalog)

To import lineage information in addition to basic metadata, enable the MANTA Automated Data Lineage lineage feature.

To use the lineage feature, provide a separate license key. This license key is sent to you when you purchase MANTA Automated Data Lineage.

To use a new license key or to replace an existing license key:

  1. Open the administration GUI for MANTA Automated Data Lineage. Enter the following URL in a web browser. Ensure that you replace hostname with your Cloud Pak for Data cluster URL: https://<hostname>/manta-admin-gui/.

  2. From the menu bar, select Configuration

  3. From the menu, select License.

  4. Click Upload new license.

  5. Select the license file from your local system and upload it. Wait until the license is successfully uploaded.

  6. Restart the following pods:

    • manta-admin-gui
    • manta-dataflow
    • metadata-discovery
    • wkc-metadata-imports-ui
  7. Run the following commands:

    oc delete "$(oc get pods -o name | grep manta-admin-gui)"
    
    oc delete "$(oc get pods -o name | grep manta-dataflow)"
    
    oc delete "$(oc get pods -o name | grep metadata-discovery)"
    
    oc delete "$(oc get pods -o name | grep wkc-metadata-imports-ui)"
    

Parent topic: Administering Watson Knowledge Catalog