Search⌘ K
AI Features

Model Configurations

Explore how to apply and manage model configurations in dbt projects, including enabling or disabling models, specifying databases and schemas, and organizing settings using dbt_project.yml and property files. Understand how to control model behavior and optimize your data pipeline architecture.

Available configurations

In dbt, we can apply specific configurations to our models. Some of the available configurations include:

  • enabled: Specifies whether or not dbt should run this model

  • database: Specifies the project this ...