If a data model is set up, and applicable transformations are defined, deploy the data model. You deploy a data model to prepare the target database for data exports.
When deployed, you can validate the target database.
For each data model you can define transformations to be executed automatically after the data model is deployed.
You can define transformations of these categories:
Modeling: You can use modeling transformations to create views in the target database. These views are created based on the business entities that are created in the target database on deploy.
Instrumentation: You can use instrumentation transformations to create objects, stored procedures, and schemas in the target database. You can also use these transformations to do calculations on the metadata that is exported on deploy.
A transformation contains one or several SQL statements which define the transformation actions to be done.
If a data model is set up, and applicable transformations are defined, deploy the data model. You deploy a data model to prepare the target database for data exports.
For each data model you can define transformations to be executed automatically after the data model is deployed.
You can define transformations of these categories:
Modeling: You can use modeling transformations to create views in the target database. These views are created based on the business entities that are created in the target database on deploy.
Instrumentation: You can use instrumentation transformations to create objects, stored procedures, and schemas in the target database. You can also use these transformations to do calculations on the metadata that is exported on deploy.
A transformation contains one or several SQL statements which define the transformation actions to be done.
If a data model is set up, and applicable transformations are defined, deploy the data model. You deploy a data model to prepare the target database for data exports.