dbt-datamocktool icon indicating copy to clipboard operation
dbt-datamocktool copied to clipboard

error on install

Open dbrtly opened this issue 1 year ago • 1 comments

Looking in the wrong directory for the installed dbt packages.

after dbt init:

# packages.yml
packages:
- package: mjirv/dbt_datamocktool
  version: [">=0.3.0"]

install packages with: dbt deps

> Executing task: dbt list

An error occurred while trying to refresh the project configuration: Error: ENOENT: no such file or directory, open '/Users/danielbartley/my_dbt_project/dbt_packages/dbt-utils-1.0.0/dbt_project.yml'
An error occurred while trying to refresh the project configuration: Error: ENOENT: no such file or directory, open '/Users/danielbartley/my_dbt_project/dbt_packages/dbt-utils-1.0.0/integration_tests/dbt_project.yml'
> Executing task: dbt list


> Executing task: dbt list

An error occurred while trying to refresh the project configuration: Error: ENOENT: no such file or directory, open '/Users/danielbartley/my_dbt_project/dbt_packages/dbt-audit-helper-0.7.0/dbt_project.yml'
An error occurred while trying to refresh the project configuration: Error: ENOENT: no such file or directory, open '/Users/danielbartley/my_dbt_project/dbt_packages/dbt-audit-helper-0.7.0/integration_tests/dbt_project.yml'

dbrtly avatar Mar 04 '23 03:03 dbrtly

@dbrtly sorry for the delay, I missed the notification for this. What dbt version are you on?

mjirv avatar Mar 28 '23 14:03 mjirv