Open Manta Interpolation Configuration
Open Manta Interpolation Properties
Open Manta interpolation is configured with connections. New connections can be created in Manta Admin UI under the Connections tab. The connection configuration for Open Manta Interpolation has the following structure.
Property name |
Description |
Example |
---|---|---|
manta.interpolation.id |
Name of the Open Manta interpolation connection |
PhysicalToBusiness |
manta.interpolation.baseLayer |
Name of the base layer (the layer FROM which it is interpolated) |
Physical |
manta.interpolation.derivedLayer |
Name of the derived layer (the layer TO which it is interpolated) |
Business |
manta.interpolation.transformations |
Comma-separated list of node types considered to be transformations |
Function,Procedure,Trigger,PLSQL Script,MSSQL Script |
manta.interpolation.transformationNodes |
Comma-separated hierarchy of nodes that should be created on the derived layer The node is specified by the following template: NODE_TYPE|NAME_ORIGIN_TYPE[|PARAMETER_1[|PARAMETER_2]], where:
There are two parameters for the SOURCE_AND_TARGET type
There is one parameter for the TARGET_BASED type
There are no parameters for the TRANSFORMATION_BASED type; for example, Transformation|TRANSFORMATION_BASED |
Application|SOURCE_AND_TARGET|Application|{0} to {1},Layer|SOURCE_AND_TARGET|Layer|{0} to {1},Transformation|TRANSFORMATION_BASED,Transformation Asset|TARGET_BASED|Asset,Transformation Attribute|TARGET_BASED|Attribute |
manta.interpolation.resources |
Comma-separated list of resources to interpolate, or leave blank to interpolate all resources |
Erwin Data Modeler |
manta.interpolation.includeTransformations |
Flag whether to interpolate with or without transformations |
true |