I’m facing an issue with dbt on my VSCode terminal. I have a conda environment with dbt loaded. When I initialize the jaffle_shop project and try to execute commands like dbt run or dbt seed, I encounter the following error:
error loading configuration: could not open dbt_cloud.yml for reading: `open C:\Users\Tyson\.dbt\dbt_cloud.yml: The system cannot find the file specified.`
I’m not sure why dbt is attempting to read from dbt_cloud.yml when I’m using dbt core. I’ve checked the specified directory, and the dbt_cloud.yml file doesn’t exist.
Has anyone faced a similar issue or can provide guidance on how to resolve this error?
Thank you in advance for your assistance!
The context of why I’m trying to do this
Just trying to run the project and learn more about working with dbt on my own machine.
Everything has been straightforward up until this error.
What I’ve already tried
I’ve tried adding a dbt_cloud.yml file that looks like
#dbt_cloud.yml
project-id: 1234567
but I then receive more errors asking for more information I do not have.
Hi, I’m facing the same problem when I try the dbt build command from the tutorial here, even though I am using dbt-core version 1.8.5 and I also tried your instructions. The same error occurs with other commands like dbt debug.
If there’s a new method or anything that can help, please let me know!