You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Radley (JIRA)" <ji...@apache.org> on 2016/12/15 14:54:58 UTC

[jira] [Assigned] (ATLAS-1327) Derive fully qualified glossary category name at query time

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

David Radley reassigned ATLAS-1327:
-----------------------------------

    Assignee: David Radley

> Derive fully qualified glossary category name at query time
> -----------------------------------------------------------
>
>                 Key: ATLAS-1327
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1327
>             Project: Atlas
>          Issue Type: Improvement
>            Reporter: David Radley
>            Assignee: David Radley
>
> After ATLAS-1186 - we would like to derive the fully qualified name (the dotted name of the category followed by its ancestors at query time.
> Maybe use TP3 gremlin query like
> g.withSack('').V().has('__guid','1234').repeat(sack{s,v -> s=s+'.'+v.value('GlossaryCategory.name')}.out('glossary-category-has-parent')).until(has('__typeName','Taxonomy')).sack{s,v -> s=s+'.'+v.value('Taxonomy.name')}.sack()
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)