elementary icon indicating copy to clipboard operation
elementary copied to clipboard

Error while trying to download elementary. Error is FileNotFoundError: [Errno 2] No such file or directory: 'dbt_packages\\dbt-data-reliability-0.12.2\\integration_tests\\deprecated_tests\\macros\\unit_testecated_tests\\macros\\unit_tests\\test_adapter_specific_macros_have_default_implementation.sql'

Open shamilsaeed opened this issue 1 year ago • 0 comments

I am running dbt deps using poetry. Anytime I add elementary package to packages.yml

  - package: elementary-data/elementary
    version: 0.12.2

and I do

poetry run dbt deps I get

FileNotFoundError: [Errno 2] No such file or directory: 'dbt_packages\dbt-data-reliability-0.12.2\integration_tests\deprecated_tests\macros\unit_testecated_tests\macros\unit_tests\test_adapter_specific_macros_have_default_implementation.sql'

Seems like I have all permissions, as other dbt packages (dbt_utils, dbt_expecations) download properly.

shamilsaeed avatar Jan 05 '24 20:01 shamilsaeed