Authenticate with
Authorization: Bearer <api_key>. See Authentication.Base URL
Column-level lineage
| Parameter | Description |
|---|---|
table_fqn | Fully qualified table name (for example warehouse.analytics.fct_orders) |
column_name | Column name within the table |
depth | Maximum hop depth (default 5, max 20) |
include_inactive | Include deprecated or archived edges |
200 OK
Trace upstream dependencies
| Parameter | Description |
|---|---|
table_fqn, column_name | Starting column |
depth | Hop limit |
200 OK
Trace downstream consumers
200 OK
Run impact analysis
| Parameter | Description |
|---|---|
table_fqn | Affected table |
column_name | Optional; omit for table-wide analysis |
change_type | rename, type_change, drop, add |
200 OK
Simulate a schema change
200 OK
Impact graph visualization data
| Parameter | Description |
|---|---|
root_table_fqn | Center the graph on this table |
root_column_name | Optional column focus |
direction | both, upstream, downstream |
max_nodes | Cap for browser performance (default 500) |
200 OK
Related topics
Lineage
How lineage is collected in Planasonix.
Impact analysis
Change management workflows in the UI.