Repository: atlas Updated Branches: refs/heads/master bbdeaee3f -> 9050e74df
ATLAS-2364: updated Asset typedef to list Referenceable as its super-type Signed-off-by: kevalbhatt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/9050e74d Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/9050e74d Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/9050e74d Branch: refs/heads/master Commit: 9050e74df13ed4b4c6c7842fa92210b5c1262ee5 Parents: bbdeaee Author: Madhan Neethiraj <[email protected]> Authored: Mon Jan 15 01:51:51 2018 -0800 Committer: kevalbhatt <[email protected]> Committed: Mon Jan 15 19:58:05 2018 +0530 ---------------------------------------------------------------------- addons/models/0000-Area0/0010-base_model.json | 15 +++++++-------- addons/models/1000-Hadoop/1030-hive_model.json | 5 ++--- 2 files changed, 9 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/9050e74d/addons/models/0000-Area0/0010-base_model.json ---------------------------------------------------------------------- diff --git a/addons/models/0000-Area0/0010-base_model.json b/addons/models/0000-Area0/0010-base_model.json index 09151f3..0296e8f 100644 --- a/addons/models/0000-Area0/0010-base_model.json +++ b/addons/models/0000-Area0/0010-base_model.json @@ -26,8 +26,10 @@ }, { "name": "Asset", - "superTypes": [], - "typeVersion": "1.0", + "superTypes": [ + "Referenceable" + ], + "typeVersion": "1.1", "attributeDefs": [ { "name": "name", @@ -58,29 +60,26 @@ { "name": "DataSet", "superTypes": [ - "Referenceable", "Asset" ], - "typeVersion": "1.0", + "typeVersion": "1.1", "attributeDefs": [] }, { "name": "Infrastructure", "description":"Infrastructure can be IT infrastructure, which contains hosts and servers. Infrastructure might not be IT orientated, such as 'Car' for IoT applications.", "superTypes": [ - "Referenceable", "Asset" ], - "typeVersion": "1.0", + "typeVersion": "1.1", "attributeDefs": [] }, { "name": "Process", "superTypes": [ - "Referenceable", "Asset" ], - "typeVersion": "1.0", + "typeVersion": "1.1", "attributeDefs": [ { "name": "inputs", http://git-wip-us.apache.org/repos/asf/atlas/blob/9050e74d/addons/models/1000-Hadoop/1030-hive_model.json ---------------------------------------------------------------------- diff --git a/addons/models/1000-Hadoop/1030-hive_model.json b/addons/models/1000-Hadoop/1030-hive_model.json index f47a7b9..32d9179 100644 --- a/addons/models/1000-Hadoop/1030-hive_model.json +++ b/addons/models/1000-Hadoop/1030-hive_model.json @@ -408,10 +408,9 @@ { "name": "hive_db", "superTypes": [ - "Referenceable", "Asset" ], - "typeVersion": "1.0", + "typeVersion": "1.1", "attributeDefs": [ { "name": "clusterName", @@ -622,4 +621,4 @@ "propagateTags": "NONE" } ] -} \ No newline at end of file +}
