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 modeldatabase: Specifies the project this model will be created inschema: Specifies the dataset this model will be created in ...