Manta Flow Informatica EDC Client Configuration
Informatica EDC Upload Configuration
Metadata uploads to Informatica EDC are configured on the Manta Admin UI screen under Configurations > Integrations > IEDC > IEDC Export Common.
|
Property name |
Description |
Example |
|---|---|---|
|
manta.iedc.apiUrl |
Base REST API URL of the integrated IEDC server in |
http://192.168.0.18:9086/access |
|
manta.iedc.loginName |
User name for the IEDC server |
Administrator |
|
manta.iedc.loginPassword |
Password for the IEDC server |
VkT2E3yCZAcAJtUk |
|
manta.iedc.autoCreateResource |
Set to true if IEDC should create the resource if not found Set to false if the consumer is responsible for creating the resource |
false true |
|
manta.iedc.exportTransformationLogic |
Flag whether or not to export the transformation logic (calculation formulas) for individual fields |
false true |
|
manta.iedc.exportDetailedLineage |
If set to false, it uses standard export to EDC with a custom script resource and custom lineage resource If set to true, it only uses detailed lineage export with a custom script resource; this requires EDC 10.2.2.HF1 or newer Please see Manta Flow Informatica EDC User Documentation for details on the two exports |
false true |
|
manta.iedc.exportContextLineage |
If set to true, context lineage will be exported; applies only if Please see Manta Flow Informatica EDC User Documentation for details on context lineage export |
false true |
|
manta.iedc.exportIndirectLineage |
If set to false, it only exports direct lineage to EDC If set to true, it exports both direct and indirect lineage; this requires EDC 10.4.0 EBF-17357 or newer Please see Manta Flow Informatica EDC User Documentation for details on both options |
false true |
|
manta.iedc.exportInputLevelSourceCode |
Flag whether or not to export the node source code at the input level: for example, procedure, function, script, etc.; see Manta Flow Informatica EDC User Documentation for a complete list |
true |
|
manta.iedc.publicSynonymSchemaExport |
Set to true when the schema of the underlying object needs to be included in the synonym export Set to false when no schema needs to be included in the synonym export; this requires EDC 10.4.0 or newer Default value: true Please note: With EDC 10.4.0 or newer this property must be set to false |
true false |
|
manta.iedc.mantaLineageLink.baseUrl |
Base URL of links to Manta lineage in the format
Leave empty if the Manta Server URL (the property
Only applicable when
|
|
|
manta.iedc.mantaLineageLink.type |
Type of link to the Manta lineage exported to EDC A Default value: Permalink |
Permalink |
|
manta.iedc.exportMantaDirectLineageLink |
Flag whether or not to export a Manta direct lineage link as an IEDC node attribute |
true |
|
manta.iedc.directLineageFilter |
Only applicable when
Filters applied to Manta direct lineage referenced by the link; filter names from Manta UI should be used |
Everything |
|
manta.iedc.directLineageInitialDepth |
Only applicable when
Initial depth of Manta direct lineage referenced by the link |
3 |
|
manta.iedc.directLineageDirection |
Only applicable when
Direction of Manta direct lineage referenced by the link |
Both |
|
manta.iedc.exportMantaIndirectLineageLink |
Flag whether or not to export a Manta indirect lineage link as an IEDC node attribute |
true false |
|
manta.iedc.indirectLineageFilter |
Only applicable when
Filters applied to Manta indirect lineage referenced by the link; filter names from Manta UI should be used |
Everything |
|
manta.iedc.indirectLineageInitialDepth |
Only applicable when
Initial depth of Manta indirect lineage referenced by the link |
3 |
|
manta.iedc.indirectLineageDirection |
Only applicable when
Direction of Manta indirect lineage referenced by the link |
Both |
Keystore Certificate for HTTPS Connection to EDC
EDC uses a secure HTTPS connection by default. In order to establish a secure connection from Automatic Data Lineage to EDC, a signed certificate from EDC needs to be added to Automatic Data Lineage's list of trusted certificates.
-
Log in to the EDC instance by using a web browser. (The instructions below are written for Chrome, but any browser can be used.)
-
(Chrome) Click the padlock to the left of the address bar, and then, select Certificate from the menu that appears.
-
(Chrome) Click the Detail tab and then the Copy to File... button.
-
(Chrome) Run the wizard by using the default settings to export the certificate.
-
Open a new command window.
-
Go to Admin UI > Configuration > CLI > Common Config > Manta Connectors Truststore and upload the certificate there.