diff --git a/website/docs/terms/model.md b/website/docs/terms/model.md index c589cc196a7..83871d1339e 100644 --- a/website/docs/terms/model.md +++ b/website/docs/terms/model.md @@ -6,4 +6,11 @@ displayText: model hoverSnippet: A model is an essential building block of the DAG --- -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. \ No newline at end of file +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](/terms/materialization) require models to be built in the warehouse. + +For more information, refer to: + +* [About dbt models](/docs/build/models) +* [Quickstart guides](/guides?tags=Quickstart) +* [Model properties](/reference/model-properties) +* [Materializations](/reference/resource-configs/materialized)