1. dbt Labs Official Documentation
"Project configurations": In the documentation for dbtproject.yml
it is stated: "Because this file is written in YAML
indentation is important. We recommend using two spaces for indentation." This highlights the critical role of indentation in the file's syntax. (Source: dbt Labs
dbt Core documentation
"Project configurations"
dbtproject.yml section).
2. dbt Labs Official Documentation
"About dbtproject.yml": This page establishes that the file is a YAML file
and the core principle of YAML syntax is its reliance on indentation for data structure. Any deviation from the expected indentation will result in a parsing error. (Source: dbt Labs
dbt Core documentation
"About dbtproject.yml").