Names and unique names in workflows
In Collibra Data Governance Center version 5.4 or newer, including Collibra Data Intelligence Platform, there is a significant API change impacting asset names. Starting with this version, assets have names and unique full names, respectively referred to as displayName
and name
in the API . In older versions, you only had name
to refer to the asset name.
Action via API | Behavior |
---|---|
Add asset |
When you add an asset via an API call, you must enter a
If you don't specify a |
Update asset |
You can use During an update operation, the |
Example
The following example shows how you can change the asset name in Collibra Data Governance Center 5.3 or older and 5.4 or newer, both using the Java API v2.
- API v1 is deprecated.
- After an upgrade to 5.4 or newer, verify that workflows that affect asset names use the new API.
5.3 or older |
5.4 or newer |
---|---|
|
|