Relative Content

Tag Archive for configdbt

DBT how to configure a models subdirectory?

We have a dbt project that has a lot of teams working on it. We agreed not to touch dbt_project.yml. In order to divide the areas of responsibility, It was decided to allocate their own directories for each team. Therefore, we would like to configure the general configuration of the models of each directory inside this directory. In all the examples from the documentation (click click), the directory settings are defined only in dbt_project.yml. Another existing way is to configure every model separately.