dbt debug cannot handle an empty dbt_project.yml #2116
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Describe the bug
If you call
dbt debug
on a new project that has an emptydbt_project.yml
file, you get this error:Steps To Reproduce
Create a new project directory and place an empty
dbt_project.yml
in it. Rundbt debug
.Expected behavior
dbt should gracefully complain that I have an empty or malformed
dbt_project.yml
.Screenshots and log output
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using: macOS
The output of
python --version
: Python 3.7.6The text was updated successfully, but these errors were encountered: