Hi, I’m facing an issue where dbt seems to expect dbt-cloud configurations, even though I only want to use dbt-core. This happens when I try the dbt build command from the tutorial here, and I’m using dbt-core version 1.8.5. I also followed your previous instructions, but I encounter the same error with other commands like dbt debug.
Encountered an error loading local configuration: dbt_cloud.yml credentials file for dbt Cloud not found. Download your credentials file from dbt Cloud to `C:\Users\ADMIN\.dbt`
If there’s a new method or any advice that can help, please let me know!
I tried it, and it works with a virtual environment. However, when I later tried to run a Dagster project using the existing dbt project, I encountered the same error when attempting to materialize the assets (stdout msg). That’s why I’m now trying to solve this problem without using a virtual environmen and will retry Dagster afterward…
Do you have any idea about this case?
If you are sure profile.yml and dbt_project.yml match; then matching downgrading/ upgrading the dbt version might work. In my case I only had to downgrade the dagster-dbt and it worked. Its alittle bit frustrating not knowing exactly what happened but ofcourse the compatible versions can alway be found online.