Repository: atlas Updated Branches: refs/heads/master 85a01e180 -> 3b2924096
ATLAS-2743: Remove 'Asset' as superType from avro type Signed-off-by: Madhan Neethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/3b292409 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/3b292409 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/3b292409 Branch: refs/heads/master Commit: 3b2924096c1349da4ca1a942f4c136499ac2f110 Parents: 85a01e1 Author: nixonrodrigues <[email protected]> Authored: Thu Jun 7 17:03:34 2018 +0530 Committer: Madhan Neethiraj <[email protected]> Committed: Mon Oct 15 17:55:12 2018 -0700 ---------------------------------------------------------------------- addons/models/1000-Hadoop/1065-avro_model.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/3b292409/addons/models/1000-Hadoop/1065-avro_model.json ---------------------------------------------------------------------- diff --git a/addons/models/1000-Hadoop/1065-avro_model.json b/addons/models/1000-Hadoop/1065-avro_model.json index 3eaddfb..17fba8b 100644 --- a/addons/models/1000-Hadoop/1065-avro_model.json +++ b/addons/models/1000-Hadoop/1065-avro_model.json @@ -7,7 +7,7 @@ "name": "avro_type", "description": "Atlas Type representing Abstract Avro Type", "superTypes": [ - "DataSet", "Asset" + "DataSet" ], "typeVersion": "1.0", "attributeDefs": [
