[
https://issues.apache.org/jira/browse/ATLAS-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj resolved ATLAS-1506.
-------------------------------------
Resolution: Fixed
Assignee: Madhan Neethiraj
Fix Version/s: 0.8-incubating
Committed to master:
http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/224eaffe
> AtlasObjectId should support unqiueAttributes to identity the object
> --------------------------------------------------------------------
>
> Key: ATLAS-1506
> URL: https://issues.apache.org/jira/browse/ATLAS-1506
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-core
> Affects Versions: 0.8-incubating
> Reporter: Madhan Neethiraj
> Assignee: Madhan Neethiraj
> Fix For: 0.8-incubating
>
> Attachments: ATLAS-1506.patch
>
>
> Currently AtlasObjectId can identify an object given typeName and guid. To
> address the scenarios where guid is not known, it will be convenient to be
> able to identity the object with its unique attribute names.
> For example, see the value of "hive_table.db" attribute below:
> {noformat}
> {
> "typeName": "hive_table",
> "attributes: {
> "name": "invoices",
> "db": {
> "typeName": "hive_db",
> "uniqueAttributes": {
> "qualifiedName": "finance@cl1"
> }
> }
> }
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)