Commit d88223bc by Madhan Neethiraj Committed by Sarath Subramanian

ATLAS-2526: Rename relationship attributes for dataset_process_inputs relationshipDef

parent b7f62366
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
"relationshipCategory": "AGGREGATION", "relationshipCategory": "AGGREGATION",
"endDef1": { "endDef1": {
"type": "DataSet", "type": "DataSet",
"name": "sourceToProcesses", "name": "inputToProcesses",
"isContainer": false, "isContainer": false,
"cardinality": "SET" "cardinality": "SET"
}, },
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
}, },
"endDef2": { "endDef2": {
"type": "DataSet", "type": "DataSet",
"name": "sinkFromProcesses", "name": "outputFromProcesses",
"isContainer": false, "isContainer": false,
"cardinality": "SET" "cardinality": "SET"
}, },
......
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