Visualize end-to-end data flows from source to consumption across all platforms.
Data Lineage automatically tracks how data flows through your pipelines, transformations, and dashboards.
Navigate to any asset and click "View Lineage" to see upstream sources and downstream consumers.
GET /api/v1/lineage/{assetId}
GET /api/v1/lineage/{assetId}/upstream?depth=3
GET /api/v1/lineage/{assetId}/downstreamPOST /api/v1/lineage
{
"source": "source_table_id",
"target": "target_table_id",
"transformation": "SQL transformation logic"
}