mjirv / dbt-datamocktool

A dbt package for unit testing your SQL analytics models
Apache License 2.0
162 stars 20 forks source link

error on install #69

Open dbrtly opened 1 year ago

dbrtly commented 1 year ago

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'
mjirv commented 1 year ago

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