Search⌘ K

Model Configurations

Learn how to add configurations to models in different ways.

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 model will be created in

  • schema: Specifies the dataset this model will be created in ...