Export the complete upstream and downstream lineage graph for an entity as CSV including all connected entities and relationships for external analysis or visualization.
Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
sample_data.ecommerce_db.shopify.dim_customer).table, dashboard, pipeline, topic, mlmodel, container, searchIndex, storedProcedure, dashboardDataModel, apiEndpoint.| Column | Description |
|---|---|
fromEntityFQN | Fully qualified name of the source entity |
fromEntityType | Entity type of the source |
toEntityFQN | Fully qualified name of the destination entity |
toEntityType | Entity type of the destination |
sqlQuery | SQL query driving the transformation (if available) |
| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Missing required parameters |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to export lineage |
404 | NOT_FOUND | Entity with the given FQN does not exist |