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

[jira] [Updated] (ATLAS-2481) remove vertex properties traitNames and propagatedTraitNames from entity vertices

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

Sarath Subramanian updated ATLAS-2481:
--------------------------------------
    Description: 
We currently store classification and propagated classification names in the entity vertex as properties (traitNames and propagatedTraitNames). This needs to be updated to fetch these values from outgoing edges from entity vertex.
 # Classification edge and propagated classification edge label needs to be updated to a static name - 'classifiedAs' and additional properties needs to be added to the edge:
 ## _name_ - name of the classification 
 ## _isPropagated_ - whether this tag is associated or propagated one
 # Modify basic and advanced (DSL) search to handle searching on edges instead of vertex property for tag based searches.

 

  was:
We currently store classification and propagated classification names in the entity vertex as properties (traitNames and propagatedTraitNames). This needs to be updated to fetch these values from outgoing edges from entity vertex.
 # Classification edge and propagated classification edge label needs to be updated to give a static name - 'classifiedAs' and additional properties needs to be added to the edge:
 ## name - name of the classification 
 ## isPropagated - whether this tag is associated or propagated one
 # Modify basic and advanced (DSL) search to handle this change - search edges instead of vertex property for tag based searches.

 


> remove vertex properties traitNames and propagatedTraitNames from entity vertices
> ---------------------------------------------------------------------------------
>
>                 Key: ATLAS-2481
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2481
>             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
>
>
> We currently store classification and propagated classification names in the entity vertex as properties (traitNames and propagatedTraitNames). This needs to be updated to fetch these values from outgoing edges from entity vertex.
>  # Classification edge and propagated classification edge label needs to be updated to a static name - 'classifiedAs' and additional properties needs to be added to the edge:
>  ## _name_ - name of the classification 
>  ## _isPropagated_ - whether this tag is associated or propagated one
>  # Modify basic and advanced (DSL) search to handle searching on edges instead of vertex property for tag based searches.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)