Search⌘ K
AI Features

View

Explore how to create and configure views as a materialization method in dbt. Understand the benefits and trade-offs of using views, how dbt manages them by default, and practical steps to implement views within your data transformation projects.

Introduction to views

Materializations define the way our model is stored and updated in the data warehouse. There are four types of materializations:

    ...