Skip to main content

Using the Data Model Library (2.11)

InterSystems Data Fabric Studio™ includes a data model marketplace, available in the Data Catalog. In this marketplace, you can choose standardized data models and install them onto a specific base schema. Standard data models provide a consistent structure for integrating and querying data and easier downstream processing. This page describes how to add, remove, and manage data models.

Installing a Data Model

Users who have been assigned necessary privileges from the Application Privileges page can access and modify data models from the Data Model Library. To install a data model:

  1. In the Data Catalog, go to the Data Model Library, find the data model you would like to install, and click Install.

  2. When prompted, enter a base schema name. This is the schema the model will install into.

    Tip:

    Base schema names can be used for multiple data models, but they cannot have overlapping table names. If a table in the new model shares a name with an existing table, installation will fail due to a naming conflict.

  3. After installation, the data model's schema will appear in your SQL Explorer.

Removing a Data Model

To uninstall an installed data model:

  1. In the Data Catalog, go to the Data Model Library, find the data model you would like to remove, and click Uninstall.

  2. You are prompted to confirm the deletion.

    Caution:

    This action is irreversible. Uninstalling a data model will result in DROP and CASCADE action on the table derived from the data model. Data removed as a result is irrecoverable.

Managing Data Models

To change the schema name of an existing data model, uninstall the data model and reinstall it with a new name. Uninstalling deletes all data in the associated tables.

FeedbackOpens in a new tab