Skip to content

Commit d4dc426

Browse files
committed
add mlModel to DPIinput relationships entityTypes
1 parent b5066c6 commit d4dc426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ record DataProcessInstanceInput {
1515
@Relationship = {
1616
"/*": {
1717
"name": "Consumes",
18-
"entityTypes": [ "dataset" ],
18+
"entityTypes": [ "dataset", "mlModel" ],
1919
"isLineage": true
2020
}
2121
}

0 commit comments

Comments
 (0)