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

Sarath Subramanian updated ATLAS-3443:
--------------------------------------
    Description: 
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}
 

  was:
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}
 


> 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