mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-18 06:06:55 +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 = {
|
||||
"/*": {
|
||||
"name": "UsedBy",
|
||||
"entityTypes": [ "dataJob" ]
|
||||
"entityTypes": [ "dataJob" ],
|
||||
"isLineage": true,
|
||||
"isUpstream": false
|
||||
}
|
||||
}
|
||||
downstreamJobs: optional array[Urn]
|
||||
|
Loading…
x
Reference in New Issue
Block a user