In my dbt-core project, within the last week, my dbt_project.yml file is showing up with an error that says dbt configuration is invalid: a string or stream input is required
I’m using Visual Studio Code for my IDE. Typically with my models I can hit CTRL+Enter to execute the SQL for the model. However, with this error from my project file, that no longer works.
My project file has not changed in a fair amount of time.
I can still run dbt run/build and it my models will build.
My entire dbt_project file looks like this in VS Code:
I’ve tried rebooting and restarting my project a few times but the issue still persists. Any ideas?