Lahcen
New Contributor II

We’re experiencing the same issue across all our environments (DEV, STAGING, PROD).

 

This began happening suddenly, without any changes to our code or environment.

All dbt jobs started failing with the same error:

 

Command 'dbt deps' returned non-zero exit status 2.
Failed to load profile from dbt_project.yml, falling back to default profile `local_databricks_cluster` + dbt deps 10:28:25 Running with dbt=1.10.2 10:28:25 Encountered an error: Runtime Error No dbt_project.yml found at expected path /tmp/tmp-dbt-run-1056643299291120/dbt_project.yml Verify that each entry within packages.yml (and their transitive dependencies) contains a file named dbt_project.yml
 

 Workaround: We resolved it temporarily by explicitly setting the project path in our command:

dbt deps --project-dir /Workspace/Users/{{User}}/projectWorkspace
 

Would appreciate any updates from #Databricks or #dbt Labs on a permanent fix or root caus