mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-18 14:16:48 +00:00
feat(mlModel): mark downstream jobs as ml model downstreams lineage (#7205)
This commit is contained in:
parent
b8b2e48f29
commit
7ca132ce62
@ -110,7 +110,9 @@ record MLModelProperties includes CustomProperties, ExternalReference {
|
|||||||
@Relationship = {
|
@Relationship = {
|
||||||
"/*": {
|
"/*": {
|
||||||
"name": "UsedBy",
|
"name": "UsedBy",
|
||||||
"entityTypes": [ "dataJob" ]
|
"entityTypes": [ "dataJob" ],
|
||||||
|
"isLineage": true,
|
||||||
|
"isUpstream": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
downstreamJobs: optional array[Urn]
|
downstreamJobs: optional array[Urn]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user