source-paths
dbt_project.yml
source-paths: [directorypath]
Definition
Optionally specify a custom list of directories where models and sources are located.
Default
By default, dbt will search for models and sources in the models
directory, i.e. source-paths: ["models"]
Examples
transformations
instead of models
Use a subdirectory named dbt_project.yml
source-paths: ["transformations"]