Unverified Commit 9d6f1f6b by Vlad Glinsky Committed by GitHub

ATLAS-3661 :- Create 'spark_column_lineage' type and relationship definition to…

ATLAS-3661 :- Create 'spark_column_lineage' type and relationship definition to add support of column level lineage (#93)
parent 5783b701
...@@ -359,6 +359,14 @@ ...@@ -359,6 +359,14 @@
] ]
}, },
{ {
"name" : "spark_column_lineage",
"superTypes" : [
"Process"
],
"serviceType": "spark",
"typeVersion" : "1.0"
},
{
"name": "spark_ml_pipeline", "name": "spark_ml_pipeline",
"superTypes": [ "superTypes": [
"DataSet" "DataSet"
...@@ -470,6 +478,25 @@ ...@@ -470,6 +478,25 @@
"cardinality": "SINGLE" "cardinality": "SINGLE"
}, },
"propagateTags": "NONE" "propagateTags": "NONE"
},
{
"name": "spark_process_column_lineages",
"serviceType": "spark",
"typeVersion": "1.0",
"relationshipCategory": "AGGREGATION",
"endDef1": {
"type": "spark_column_lineage",
"name": "process",
"isContainer": false,
"cardinality": "SINGLE"
},
"endDef2": {
"type": "spark_process",
"name": "columnLineages",
"isContainer": true,
"cardinality": "SET"
},
"propagateTags": "NONE"
} }
] ]
} }
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