Skip to main content

Model

A model is an essential building block of the DAG that lives in a single file and contains logic that transforms data. This logic can be expressed as a SQL select statement or a Python dataframe operation. Models can be materialized in the warehouse in different ways most of these materializations require models to be built in the warehouse.

0