You can map a logical model multiple times, making it possible for you to pull data
for an entity in your logical model from multiple physical models. For example,
ID and firstName of
Customer entity in your logical model can be mapped to
Customers_PostgresPhysicalModel in
Mapping1 and
Customers_FrameworkSplunkPhysicalModel in
Mapping2.
You can later perform a union operation on Mapping1 and Mapping2 to combine the ID and firstName data in both the mappings, and use this combined data for other functions, such as profiling.
To map a logical model, perform these steps:
- On the Logical Model tab of the Modeling page, select the logical model to be mapped, and follow the steps described in Mapping through drag drop on canvas.
- To view the multiple mappings for your logical model, click . The mappings are displayed under the
Mapping Name column. The mapped physical models
and last modified date and time of the respective mappings are also
displayed.Note: The first mapping created on a logical model is its default mapping and is flagged out under the Actions column. This is the mapping that becomes available in the model store by default when you select this logical model during model store creation.
- To change the default mapping of a logical model, flag it out in the Actions column.
To perform union of mappings, follow these steps:
Tasks that you can perform on the mappings and unions
created on your logical model:
- Profile any of your mappings or union: To do this, click the corresponding Profile icon. For details on profiling, see Creating a Profile.
- Delete any of your mappings or union: To do this, click the corresponding
Delete
icon.Note: If the mapping you want to delete is used in any union, those unions will need to be deleted before the mapping.