mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-04 14:53:14 +00:00
Update MLE schema with keepingPreviousLineage flag (#1258)
This commit is contained in:
parent
25cb93425c
commit
bc9be69822
@ -39,6 +39,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"doc": "The type name for the metadata lineage operation"
|
"doc": "The type name for the metadata lineage operation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "keepingPreviousLineage",
|
||||||
|
"type": [ "null", "boolean" ],
|
||||||
|
"default": null,
|
||||||
|
"doc": "When set to true, this lineage will not overwrite any previous lineage sharing the same destination dataset. This is useful for cases where multiple producers emit MLEs independently."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user