[ 
https://issues.apache.org/jira/browse/ATLAS-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16947365#comment-16947365
 ] 

ASF subversion and git services commented on ATLAS-3443:
--------------------------------------------------------

Commit cacf361ebd5a79d2c3609da8e5a69e9428fe5af2 in atlas's branch 
refs/heads/master from Sarath Subramanian
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=cacf361 ]

ATLAS-3443: Enhancements to support 'Labels' in Atlas


> Enhancements to support 'Labels' in Atlas
> -----------------------------------------
>
>                 Key: ATLAS-3443
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3443
>             Project: Atlas
>          Issue Type: New Feature
>          Components:  atlas-core
>    Affects Versions: 2.0.0
>            Reporter: Sarath Subramanian
>            Assignee: Sarath Subramanian
>            Priority: Major
>             Fix For: 2.1.0
>
>         Attachments: ATLAS-3443.001.patch
>
>
> As a data steward, I would like to able to create Labels (user defined tags) 
> in Atlas.
> User-defined labels (tags) can be created on an ad hoc basis and are not 
> centrally managed for content and consistency, it is used for more 
> crowdsourcing use cases.
>  
> notifications is not sent out for add/update/delete label operations from 
> Atlas.
>  
> Entity response after adding labels:
> {code:java}
> {
>   "referredEntities": {...},
>   "entity": {
>     "typeName": "hive_db",
>     "attributes": {...},
>     "guid": "26f16764-2248-43bd-8e71-5ac883758b5c",
>     "isIncomplete": false,
>     "status": "ACTIVE",
>     "createdBy": "impala",
>     "updatedBy": "impala",
>     "createTime": 1570492115684,
>     "updateTime": 1570557606245,
>     "version": 0,
>     "relationshipAttributes": {...},
>     "labels": [
>       "label1",
>       "label2",
>       "label3"
>     ]
>   }
> }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to