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:29:00 UTC

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

Sarath Subramanian created ATLAS-2481:
-----------------------------------------

             Summary: 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
             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 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.

 



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