Edge naming conventions for created assets

The assets created via the Edge registration receive a unique full name (fully qualifying name) based on the following naming convention: [asset parent full name]>[asset name]

Asset type Naming convention Example
Database edgeConnectionName>jdbccatalog
where jdbccatalog is the name retrieved from the JDBC "catalog" property.
Posgresql xs-gxsQ>posgresqlsmall
Schema edgeConnectionName>jdbccatalog>schemaName Posgresql xs-gxsQ>posgresqlsmall>public
Table edgeConnectionName>jdbccatalog>schemaName>tableName Posgresql xs-gxsQ>posgresqlsmall>public>Condition
Database view edgeConnectionName>jdbccatalog>schemaName>viewName Posgresql xs-gxsQ>posgresqlsmall>public>PriorConditions
Column edgeConnectionName>jdbccatalog>schemaName>tableName>columnName(column)
edgeConnectionName>jdbccatalog>schemaName>viewName>columnName(column)
Posgresql xs-gxsQ>posgresqlsmall>public>Condition>period.end(column)
Foreign key edgeConnectionName>jdbccatalog>schemaName>foreignKeyName(foreign key) Posgresql xs-gxsQ>posgresqlsmall>public>con.id(foreign key)

You can view the full name of an asset by editing the asset.

Warning Do not edit the full name of assets needed to synchronize or refresh data sources. This may cause unexpected results and break the synchronization or refresh process.

For extra information on the registration and synchronization of a data source via Edge, see Registering a data source via Edge and About synchronizing schemas.