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)}]}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-27 UTC.