From bc0d28e90c2b44cf37b61b49b54bcec2211d1f67 Mon Sep 17 00:00:00 2001 From: ml-metadata-team Date: Thu, 11 Jan 2024 17:34:49 -0800 Subject: [PATCH] Add ParentContext relationships to the LineageGraph proto. PiperOrigin-RevId: 597696899 --- ml_metadata/proto/metadata_store.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/ml_metadata/proto/metadata_store.proto b/ml_metadata/proto/metadata_store.proto index 2057845f1..b3c2a912c 100644 --- a/ml_metadata/proto/metadata_store.proto +++ b/ml_metadata/proto/metadata_store.proto @@ -486,6 +486,7 @@ message LineageGraph { repeated Event events = 7; repeated Attribution attributions = 8; repeated Association associations = 9; + repeated ParentContext parent_contexts = 10; } // The list of ArtifactStruct is EXPERIMENTAL and not in use yet.