LineageSubgraph

A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.

Fields
artifacts[] object (Artifact)

The Artifact nodes in the subgraph.

executions[] object (Execution)

The Execution nodes in the subgraph.

events[] object (Event)

The Event edges between Artifacts and Executions in the subgraph.

JSON representation
{ "artifacts": [ { object (Artifact) } ], "executions": [ { object (Execution) } ], "events": [ { object (Event) } ] }