Skip to main content
PUT
PUT /v1/lineage

Add Lineage

Create a lineage edge between two entities. Supports column-level lineage mappings, pipeline references, and SQL query annotations.

Request Body

edge
object
required
The lineage edge to create.
PUT /v1/lineage

Returns

Returns the lineage graph for the fromEntity node, including the newly created edge.

Response

entity
object
The entity reference for the source node of the created lineage edge.
nodes
array
List of entity references for all connected nodes.
upstreamEdges
array
Edges pointing into the source entity.
downstreamEdges
array
Edges pointing away from the source entity, including the newly created edge.

Error Handling