Skip to content

Commit

Permalink
Add ParentContext relationships to the LineageGraph proto.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597696899
  • Loading branch information
ml-metadata-team authored and tfx-copybara committed Jan 12, 2024
1 parent c89b6cc commit bc0d28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ml_metadata/proto/metadata_store.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bc0d28e

Please sign in to comment.