contextgraph schema importLogicalModel

Imports a logical model from Discovery into Context Graph.

Use the contextgraph schema importLogicalModel command to import a Metadata Insights Logical Model into Context Graph.

Usage

contextgraph schema importLogicalModel --m model --n logicalModelName
RequiredArgumentDescription
Yes--m modelSpecifies the name you would like to give the model in Context Graph.
No--n logicalModelNameSpecifies the name of the Discovery model whose schema you are importing.

Example

This example imports a Discovery model called Insured and names it Insured2018.

contextgraph schema importLogicalModel --m Insured2018 --n Insured