Informatica Intelligent Cloud Services source configuration
Updated:The Source configuration field in the Informatica Intelligent Cloud Services technical lineage Edge capability allows you to:
- Map the names of connections in Informatica Intelligent Cloud Services to the names of System assets in Data Catalog.
- Define connection properties.
Source configuration is case-sensitive. Enter system, database, and schema names using consistent casing based on the source.
- If the name contains uppercase characters, enter it in uppercase. For example, enter RAW when the source uses Raw.
- If the name is lowercase, enter it in lowercase.
Tip If you previously integrated Informatica Intelligent Cloud Services via the lineage harvester (deprecated), you can copy and paste the JSON code from your <source ID> configuration file into the Source configuration field.
The value of the Source configuration field must be a valid block of JSON code, for example:
{
"collibraSystemNames": {
"connections": [
{
"connectionName": "DG_con_standby_cmdm_clientors",
"collibraSystemName": "PUBLIC"
},
{
"connectionName": "DG_con_dev_dg_dgiauser_su",
"collibraSystemName": "PUBLIC"
}
]
},
"connectionDefinitions": [
{
"connectionName": "DG_con_standby_cmdm_clientors",
"databaseName": "main",
"schemaName": "dbo",
"dialect": "oracle"
},
{
"connectionName": "DG_con_dev_dg_dgiauser_su",
"databaseName": "main",
"schemaName": "dbo",
"dialect": "oracle"
}
]
}
The following table describes the various properties you can use in your JSON code block.
|
Property |
Description | Required? |
|---|---|---|
|
collibraSystemNames |
This section contains the system information for Informatica Intelligent Cloud Services. |
|
|
connections
|
This section contains the system connection information. This is required to reference to the system or server of the connection. |
|
|
connectionName
|
The name of the connection. The name must match the System asset name in Data Catalog for stitching. |
Yes |
|
collibraSystemName
|
The system or server name of the data source. Use this property with the Specify this property with the same name as the name of the System asset that you create when you prepare the physical data layer in Data Catalog. If you don't prepare the physical data layer, Collibra Data Lineage cannot stitch the data objects in your technical lineage to the assets in Data Catalog. |
No |
|
connectionDefinitions |
This section contains the database, schema and dialect information for each connection in Informatica Intelligent Cloud Services. Note You can add connection information for each connection in the |
|
|
connectionName
|
The name of the connection. The name must match with the name in a connection name in the This property is required. |
Yes |
|
databaseName
|
The name of your database. The name must match the Database asset name in Data Catalog for stitching. |
Yes |
|
schemaName
|
The name of your schema. The name must match the Schema asset name in Data Catalog for stitching. |
Yes |
|
dialect
|
The dialect of the connection. Specify this property for Collibra Data Lineage to properly extract and parse queries that are related to this connection. You can enter one of the following values:
|
No |