Repository: incubator-atlas Updated Branches: refs/heads/master 94478b492 -> e8ab91427
Type hive_column_lineage not present in hive_model.json Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/e8ab9142 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/e8ab9142 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/e8ab9142 Branch: refs/heads/master Commit: e8ab914274f7f108eced0f6c35bd4607c2287850 Parents: 94478b4 Author: Vimal Sharma <[email protected]> Authored: Mon Nov 28 11:23:46 2016 +0530 Committer: Vimal Sharma <[email protected]> Committed: Mon Nov 28 11:23:46 2016 +0530 ---------------------------------------------------------------------- addons/models/0030-hive_model.json | 33 +++++++++++++++++++++++++++++++++ release-log.txt | 1 + 2 files changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e8ab9142/addons/models/0030-hive_model.json ---------------------------------------------------------------------- diff --git a/addons/models/0030-hive_model.json b/addons/models/0030-hive_model.json index 2c2e9ed..4bea160 100644 --- a/addons/models/0030-hive_model.json +++ b/addons/models/0030-hive_model.json @@ -493,6 +493,39 @@ "isUnique": false } ] + }, + { + "name" : "hive_column_lineage", + "superTypes" : [ + "Process" + ], + "typeVersion" : "1.0", + "attributeDefs" : [ + { + "name": "query", + "typeName": "hive_process", + "cardinality" : "SINGLE", + "isIndexable": false, + "isOptional": false, + "isUnique": false + }, + { + "name": "depenendencyType", + "typeName": "string", + "cardinality" : "SINGLE", + "isIndexable": false, + "isOptional": false, + "isUnique": false + }, + { + "name": "expression", + "typeName": "string", + "cardinality" : "SINGLE", + "isIndexable": false, + "isOptional": true, + "isUnique": false + } + ] } ] } http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e8ab9142/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 51dfb75..cee519a 100644 --- a/release-log.txt +++ b/release-log.txt @@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai) ALL CHANGES: +ATLAS-1291 Type "hive_column_lineage" not present in hive_model.json (svimal2106) ATLAS-1325 Fix Apache Build failure due to Rat check on log files (svimal2106) ATLAS-458 fix project organization for ATLAS build tools ([email protected] via mneethiraj) ATLAS-1322 fix dereference null return value ([email protected] via mneethiraj)
