dbt configuration is invalid error in dbt_project.yml file

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?

This was not a dbt issue, it is related to the VS Code Power User for dbt extension. Reverting to a prior version has fixed this issue for now.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.