I understand that we can build a Linage between Data Entities (aka BusinessObjectDefinitions) using the Business_Object_Format/BusinessObjectFormat_updateBusinessObjectFormatParents REST Service.
Is there a way i can build a Linage between Data Entity Columns (aka BusinessObjectDefinitionColumns) ? This is the scenario i wanted to model:
BusinessObjectDef1 (has a column BD1_ColA)
BusinessObjectDef2 (has a column BD2_ColB)
Now i want to build a Linage between BusinessObjectDef1 > BD1_ColA TO BusinessObjectDef2 >BD2_ColB
Thanks !