Skip to Content
šŸš€ We are currently in Private Beta. Check it out!
ReferenceFeaturesTransformation 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