diff --git a/wherehows-data-model/src/main/avro/DatasetLineage.avsc b/wherehows-data-model/src/main/avro/DatasetLineage.avsc index 8399446619..97ba32b5c2 100644 --- a/wherehows-data-model/src/main/avro/DatasetLineage.avsc +++ b/wherehows-data-model/src/main/avro/DatasetLineage.avsc @@ -39,6 +39,12 @@ } }, "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." } ] } \ No newline at end of file