[
https://issues.apache.org/jira/browse/ATLAS-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15129200#comment-15129200
]
Erik Bergenholtz edited comment on ATLAS-425 at 2/2/16 10:43 PM:
-----------------------------------------------------------------
Right now, I don't think there is a way of getting from the column to the table
(that relationship is not available from what I can tell). For instance,
getting details on a specific column, i.e.
http://52.33.160.226:3015/api/atlas/entities/348d0153-ffba-4db9-b14d-ae3e9a6efa64
yields
{code}
{
requestId: "qtp161161313-896 - 0a5c37dd-5a5a-425a-8eef-60a47e1323bf",
GUID: "348d0153-ffba-4db9-b14d-ae3e9a6efa64",
definition: {
jsonClass: "org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
id: {
jsonClass: "org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
id: "348d0153-ffba-4db9-b14d-ae3e9a6efa64",
version: 0,
typeName: "Column"
},
typeName: "Column",
values: {
comment: "product id",
name: "sales",
dataType: "double"
},
traitNames: [
"Metric"
],
traits: {
Metric: {
jsonClass: "org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
typeName: "Metric",
values: { }
}
}
}
}
{code}
Not enough to get information to link back to a specific table.
[~yhemanth] - The UI already has pages specific to the type that is rendered
(good and bad); I believe the framework is fairly flexible in this regard and
easy to modify.
was (Author: bergenholtz):
Right now, I don't think there is a way of getting from the column to the table
(that relationship is not available from what I can tell).
[~yhemanth] - The UI already has pages specific to the type that is rendered
(good and bad); I believe the framework is fairly flexible in this regard and
easy to modify.
> UI: Column in search results should link to Table view
> ------------------------------------------------------
>
> Key: ATLAS-425
> URL: https://issues.apache.org/jira/browse/ATLAS-425
> Project: Atlas
> Issue Type: Improvement
> Affects Versions: 0.6-incubating
> Reporter: Erik Bergenholtz
> Assignee: Rohit
>
> If a user selects a type column in the search results, it should link to the
> Table view page and highlight the column on the schema tab.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)