You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2018/05/17 05:28:00 UTC

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

     [ https://issues.apache.org/jira/browse/ATLAS-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj updated ATLAS-1984:
------------------------------------
    Affects Version/s:     (was: trunk)
        Fix Version/s: 1.0.0

> Use AtlasRelatedObjectId to refer to relationship attributes during entity create/update
> ----------------------------------------------------------------------------------------
>
>                 Key: ATLAS-1984
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1984
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>    Affects Versions: 1.0.0
>            Reporter: Sarath Subramanian
>            Assignee: Sarath Subramanian
>            Priority: Major
>             Fix For: 1.0.0
>
>         Attachments: ATLAS-1984.1.patch
>
>
> 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
(v7.6.3#76005)