Lineage
The Lineage API allows you to track and manage data lineage relationships between assets in your Decube organization. Use these endpoints to visualize, create, and maintain manual lineage connections, supporting data governance and impact analysis across your data ecosystem.
List any manual lineages attached to an object in the specified direction
Query parameters
idintegerRequired
The ID of the object to list lineages for
typestring · enumRequiredPossible values:
The type of the object to list lineages for
object_isstring · enumRequiredPossible values:
Whether the object is the source or target of the lineage
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/catalog/lineage/manual_lineageDelete a manual lineage between two objects
Query parameters
source_idintegerRequired
The ID of the source object
source_typestring · enumRequiredPossible values:
The type of the source object
target_idintegerRequired
The ID of the target object
target_typestring · enumRequiredPossible values:
The type of the target object
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
delete
/catalog/lineage/manual_lineageNo content
Last updated