Lineage
The dependencies between resources. Learn more about lineage here.
Get lineage objects with optional filtering by source and destination entity.
1OK
OK
Preview Lineage from a Query.
The SQL query to analyze for lineage relationships
SELECT a.customer_id, b.order_id FROM customers a JOIN orders b ON a.customer_id = b.customer_idSQL dialect of the query (e.g. postgresql, bigquery)
postgresqlID of target table (optional)
550e8400-e29b-41d4-a716-446655440000Default database name for resolving table references (optional)
productionDefault schema name for resolving table references (optional)
publicOK
OK
Create Lineage from a Query.
OK
No content
Bad Request
Provided table ID does not exist
Internal Server Error
No content
Create Lineage from Query and Removes Existing Upstream Non-Manual Lineage from Target Table
Create Lineage from Query and Removes Existing Upstream Non-Manual Lineage from Target Table.
OK
No content
Bad Request
Provided table ID does not exist
Internal Server Error
No content
Create a new lineage object manually. Only one direction of the relationship needs to be created. The opposite direction of the lineage is automatically generated.
DOWNSTREAMOK
Created
Last updated
Was this helpful?