[
https://issues.apache.org/jira/browse/ATLAS-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150307#comment-17150307
]
ASF subversion and git services commented on ATLAS-3867:
--------------------------------------------------------
Commit 1ec50fb6fe8f966b7ca5fe2c793aca6995508a36 in atlas's branch
refs/heads/branch-2.0 from Pinal Shah
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=1ec50fb ]
ATLAS-3867 : Relationship search API should have a provision to fetch custom
attributes in search results
Signed-off-by: nixonrodrigues <[email protected]>
(cherry picked from commit f932e52c687479c77b9967165353b0fffa6f2fa0)
> Relationship search API should have a provision to fetch custom attributes in
> search results
> --------------------------------------------------------------------------------------------
>
> Key: ATLAS-3867
> URL: https://issues.apache.org/jira/browse/ATLAS-3867
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-core, atlas-intg
> Affects Versions: 2.0.0
> Reporter: Pinal
> Assignee: Pinal
> Priority: Major
> Labels: Relationships
> Fix For: 3.0.0
>
>
> {code:java}
> /v2/search/relationship?guid=ac9e04cc-f927-4334-af08-c83bc3733f5b&relation=__hive_table.columns&sortBy=name&sortOrder=ASCENDING
> {code}
> The response of the above API contains below attributes only:
> {code:java}
> "attributes": {
> "owner": "hive",
> "qualifiedName": "ho.us_customers.age@cm",
> "name": "age"
> },{code}
> Is it possible to fetch a custom attribute "*dcProfiledData*" present in
> Technical properties of the entity detailed page.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)