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 2019/07/31 17:41:00 UTC

[jira] [Assigned] (ATLAS-3319) Add api to get lineage by uniqueAttributes

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

Madhan Neethiraj reassigned ATLAS-3319:
---------------------------------------

    Assignee: Jiaqi Shan

> Add api to get lineage by uniqueAttributes
> ------------------------------------------
>
>                 Key: ATLAS-3319
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3319
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>    Affects Versions: 1.1.0, 2.0.0
>            Reporter: Jiaqi Shan
>            Assignee: Jiaqi Shan
>            Priority: Major
>             Fix For: 2.1.0, 3.0.0
>
>         Attachments: ATLAS-3319.patch
>
>
> To get lineage of a hive table, we need to go through the following two steps:
>  * Call get /v2/entity/bulk/uniqueAttribute/type/\{typeName} to get guid of the hive table
>  * Call /v2/lineage/\{guid} to get lineage of the hive table
> It seems that support getting lineage by uniqueAttributes will make api more easy to use. So we add the follow rest api to \{{LineageREST}}:
> /v2/lineage/uniqueAttribute/type/\{typeName}
> We also add the api to \{{AtlasClientV2}} accordingly



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)