High severitydbt
Power BI Refresh Error:
Runtime Error: Not a dbt project
What does this error mean?
Dbt cannot find a valid dbt_project.yml in the current directory or any parent directory. dbt was invoked from outside a valid project directory.
Common causes
- 1Dbt was invoked from a directory that does not contain a dbt project
- 2The dbt Cloud job has an incorrect project subdirectory configured
- 3The dbt_project.yml file is missing or was accidentally deleted
How to fix it
- 1Ensure you are running dbt commands from the root directory of your dbt project (where dbt_project.yml lives).
- 2Verify the dbt_project.yml file exists and is not empty or malformed.
- 3If running in CI/CD, confirm the working directory is set to the dbt project root.
- 4Check that the project path in dbt Cloud job settings points to the correct directory.
Frequently asked questions
Official documentation: https://docs.getdbt.com/guides/debug-errors