Update MLE schema with keepingPreviousLineage flag (#1258)

This commit is contained in:
Yi (Alan) Wang 2018-07-17 17:25:35 -07:00 committed by GitHub
parent 25cb93425c
commit bc9be69822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
}
]
}