Skip to Content
DocumentationFeaturesBasic Features

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. Gif

Transformation Types

A transformation type is a logical operation applied to a column.
Colibri classifies SQL logic into four main types:

IconTypeDescription
PPass ThroughColumn is passed directly without modification.
RRenameColumn is renamed but values remain unchanged.
TTransformationColumn values are transformed using SQL expressions or functions.
UUnknownTransformation 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

Transformation Type, 1 Column

All Columns Mode

Transformation Type, 2 Columns

Last updated on