feat(mlModel): mark downstream jobs as ml model downstreams lineage (#7205)

This commit is contained in:
Mayuri Nehate 2023-02-02 04:46:11 +05:30 committed by GitHub
parent b8b2e48f29
commit 7ca132ce62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]