Importing complex relations
Command structure
[
{
"resourceType": "Complex Relation",
"identifier": {
"externalSystemId": "EXT_SYSTEM",
"externalEntityId": "Asset_1234"
},
"complexRelationType": {
"name": "Field Mapping"
},
"attributes": {
"Original Column Name": [
{
"value": "XXX_COLUMN_1"
}
],
"00000000-0000-0000-0001-000500000011": [
{
"value": "True"
}
]
},
"relations": {
"00000000-0000-0000-0000-000000007088:TARGET": [
{
"name": "Asset 2",
"domain": {
"name": "Data Asset Domain 1",
"community": {
"name": "Data Community"
}
}
}
],
"00000000-0000-0000-0000-000000007089:TARGET": [
{
"name": "Table representation Asset",
"domain": {
"name": "Business Asset Domain 2",
"community": {
"name": "Business Community"
}
}
}
]
}
}
]Identifier
Identifier structure
Optional fields
Field name
Field type
Remarks
Expected behavior
Add operation
Last updated
Was this helpful?