entity_lineage
Retrieve upstream and downstream lineage of an entity to trace data dependencies and analyze impact.
Instructions
Retrieve the upstream and downstream lineage of an entity.
Args:
entity_id: The ID of the entity to get lineage for
truncate_length: Maximum characters for text fields in results (default: 150)
Returns:
Entity lineage with text fields truncated to specified length
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | The ID of the entity to get lineage for | |
| truncate_length | No | Maximum characters for text fields in results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |