hub schema import

Use the hub schema import command to import a Data Hub model, its metadata, its monitors, and its queries.

Usage

hub schema import --m ModelName --p Path
Required Argument Description
Yes --m ModelName Specifies the name of the model whose schema you want to import.
Yes --p Path Specifies the path for the location of the model whose schema you are importing.

Example

This example imports the schema for a model called Fraud_2015 from the HubModels directory on the C drive.

hub schema import --m Fraud_2015 --p C:\HubModels