You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sarath Subramanian (JIRA)" <ji...@apache.org> on 2017/07/24 06:20:00 UTC

[jira] [Created] (ATLAS-1984) Use AtlasRelatedObjectId to refer to relationship attributes during create/update/delete of entity

Sarath Subramanian created ATLAS-1984:
-----------------------------------------

             Summary: Use AtlasRelatedObjectId to refer to relationship attributes during create/update/delete of entity
                 Key: ATLAS-1984
                 URL: https://issues.apache.org/jira/browse/ATLAS-1984
             Project: Atlas
          Issue Type: Improvement
          Components:  atlas-core
    Affects Versions: trunk, 0.9-incubating
            Reporter: Sarath Subramanian
            Assignee: Sarath Subramanian


AtlasObjectId is used to refer to entity attributes referring to another entity.
hive_table.columns => List<AtlasObjectId>
hive_table.db => AtlasObjectId

Change this to use AtlasRelatedObjectId with the following structure:
class AtlasRelatedObjectId  {
   String relationshipGuid;
   String displayText;
   AtlasStruct relationshipAttributes; 
}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)