Skip to content

Commit e31761f

Browse files
committed
fixed review comments
1 parent 8a54c15 commit e31761f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata-models/src/main/pegasus/com/linkedin/dataprocess/DataProcessInstanceInput.pdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ record DataProcessInstanceInput {
1616
@Relationship = {
1717
"/*": {
1818
"name": "Consumes",
19-
"entityTypes": [ "dataset", "mlModel", "dataProcessInstance" ]
19+
"entityTypes": [ "dataset", "mlModel" ]
2020
}
2121
}
2222
@Searchable = {

metadata-models/src/main/pegasus/com/linkedin/dataprocess/DataProcessInstanceOutput.pdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ record DataProcessInstanceOutput {
1616
@Relationship = {
1717
"/*": {
1818
"name": "Produces",
19-
"entityTypes": [ "dataset", "mlModel", "dataProcessInstance" ]
19+
"entityTypes": [ "dataset", "mlModel" ]
2020
}
2121
}
2222
@Searchable = {

0 commit comments

Comments
 (0)