Exporting governance artifacts (Watson Knowledge Catalog)

From the UI, you can export one type of artifact at a time from a single category. You can use the Watson Data API to export all governance artifacts of a type. The information is exported to a CSV file that is written to your default download folder. The default file name is <category_name>-<artifact_type>-csv-export.csv. You can modify this file outside of the catalog and later import it.

You can also export all governance artifacts to a single ZIP file by using the Watson Data API.

For information about exporting categories, see Importing or exporting categories.

Exporting governance artifacts from a category

You can export one type of governance artifact at a time from a category or from a category and its subcategories. Only artifacts with a primary relationship to the category or its subcategories are exported.

Required permissions You must be a collaborator with at least Viewer role in a category to export it, or with a custom role with the permission to export an artifact type.

To export one type of governance artifact from a category:

  1. Choose Governance > Categories.
  2. Click a category name to open it.
  3. Click Export.
  4. Select the type of governance artifact to export.

  5. Optional. Select to export artifacts from subcategories of the current category.

    When you select to export subcategories, you also have the option to include the current category into the export. By default, the current category is not included. To export full category hierarchy (the category and all subcategories in the tree) mark both checkboxes. To export all root categories at once, see Importing or exporting categories.

  6. Click Export.

A CSV file is downloaded to your computer. The export file has the same structure as an import file. See The format of an import CSV file. If you export the system default category [uncategorized], the exported CSV file does not contain a category name for the selected type of governance artifact.

Exporting all governance artifacts of a type at once

You can export all governance artifacts of a selected type at once by using the REST API. Submit a GET /v3/governance_artifact_types/{artifact_type}/export request. Replace {artifact_type} with the artifact type that you want to export. To export all artifacts of the selected type from all categories, leave the category_id field empty. For details, see the API documentation.

Required permissions You must be a collaborator with at least Viewer role on all categories, or with a custom role with the permission to export an artifact type.

Exporting all governance artifacts to a ZIP file

You can export all governance artifacts to a single ZIP file by using REST API. Use this kind of export to move all governance artifacts from one Watson Knowledge Catalog service instance to another. The ZIP file contains folders for each artifact type, and each folder contains a CSV file with artifacts. You can export all artifact types or only selected ones.

Submit a GET /v3/governance_artifact_types/export request. In the artifact_id_mode field, leave the default value always, because the artifact ID values are required for import. For details, see the API documentation.

Required permissions You must have the Manage glossary permission.

Learn more

Parent topic: Managing governance artifacts