Commit e8ab9142 by Vimal Sharma

Type hive_column_lineage not present in hive_model.json

parent 94478b49
...@@ -493,6 +493,39 @@ ...@@ -493,6 +493,39 @@
"isUnique": false "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
}
]
} }
] ]
} }
...@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ...@@ -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) ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES: 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-1325 Fix Apache Build failure due to Rat check on log files (svimal2106)
ATLAS-458 fix project organization for ATLAS build tools (sarath.kum4r@gmail.com via mneethiraj) ATLAS-458 fix project organization for ATLAS build tools (sarath.kum4r@gmail.com via mneethiraj)
ATLAS-1322 fix dereference null return value (sarath.kum4r@gmail.com via mneethiraj) ATLAS-1322 fix dereference null return value (sarath.kum4r@gmail.com via mneethiraj)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment