-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheh_create_entity_lineage.json
49 lines (49 loc) · 1.41 KB
/
eh_create_entity_lineage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"message": {
"entities": {
"entities": [
{
"guid": "-1",
"typeName": "Process",
"attributes": {
"qualifiedName": "MyProcess",
"name": "My Process",
"inputs": [
{
"guid": "-2"
}
],
"outputs": [
{
"guid": "-3"
}
]
}
}
],
"referredEntities": {
"-2": {
"guid": "-2",
"typeName": "DataSet",
"attributes": {
"qualifiedName": "MyInputDataset",
"name": "My Input Dataset"
}
},
"-3": {
"guid": "-3",
"typeName": "DataSet",
"attributes": {
"qualifiedName": "MyOutputDataset",
"name": "My Output Dataset"
}
}
}
},
"type": "ENTITY_CREATE_V2",
"user": "admin"
},
"version": {
"version": "1.0.0"
}
}