# Features of Lineage:

1. **See the entire data journey:** Lineage provides a visual representation of all transformations and operations applied to data, from the source to the final output.
2. **Identify data dependencies:** Lineage shows how different datasets relate to each other and how they were combined to produce the final output.
3. **Trace data origins:** If you need to investigate a data issue or error, lineage lets you trace data back to its source and identify the exact operation that caused the problem.
4. **Improve data quality:** By understanding the lineage of data, you can identify potential quality issues and take corrective action.

Lineage is displayed as a tree structure. Each node represents a transformation or operation. The tree shows the order in which operations were applied and the dependencies between them. Expand or collapse nodes to view the details of each operation.
