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 materialization require models to be built in the warehouse.
For more information, refer to:
0