Navigation
This is an illustration of the navigation of the dashboard. Start by loading a source table, and navigate through the lineage DAG.
You can right click on a column for some column related actions, like show full column lineage.
Transformation Types
A transformation type is a logical operation applied to a column.
Colibri classifies SQL logic into four main types:
Icon | Type | Description |
---|---|---|
P | Pass Through | Column is passed directly without modification. |
R | Rename | Column is renamed but values remain unchanged. |
T | Transformation | Column values are transformed using SQL expressions or functions. |
U | Unknown | Transformation type cannot be determined from the SQL logic. |
You can enable transformation types in the settings panel.
There are two visualization modes:
Single Column Mode
All Columns Mode
Last updated on