All materials
dbt_project.yml
ymldbt_project.yml
name: 'branzeria_carpati'
version: '1.0.0'
profile: 'branzeria_carpati'
model-paths: ['models']
test-paths: ['tests']
seed-paths: ['seeds']
target-path: 'target'
clean-targets:
- 'target'
- 'dbt_packages'