Datavault-UK / automate-dv

A free to use dbt package for creating and loading Data Vault 2.0 compliant Data Warehouses (powered by dbt, an open source data engineering tool, registered trademark of dbt Labs)
https://www.automate-dv.com
Apache License 2.0
478 stars 114 forks source link

Unable to install package #169

Closed paddelia closed 1 year ago

paddelia commented 1 year ago

Hello, I get this error when running DBT Deps. 19:22:37 Set downloads directory='/tmp/dbt-downloads-xiswuilx' 19:22:37 Making package index registry request: GET https://hub.getdbt.com/api/v1/index.json 19:22:37 Response from registry index: GET https://hub.getdbt.com/api/v1/index.json 200 19:22:37 Making package registry request: GET https://hub.getdbt.com/api/v1/dbt-labs/dbt_utils.json 19:22:37 Response from registry: GET https://hub.getdbt.com/api/v1/dbt-labs/dbt_utils.json 200 19:22:37 Making package registry request: GET https://hub.getdbt.com/api/v1/calogica/dbt_date.json 19:22:37 Response from registry: GET https://hub.getdbt.com/api/v1/calogica/dbt_date.json 200 19:22:37 Making package registry request: GET https://hub.getdbt.com/api/v1/dbt-labs/codegen.json 19:22:37 Response from registry: GET https://hub.getdbt.com/api/v1/dbt-labs/codegen.json 200 19:22:37 Making package registry request: GET https://hub.getdbt.com/api/v1/Datavault-UK/dbtvault.json 19:22:37 Response from registry: GET https://hub.getdbt.com/api/v1/Datavault-UK/dbtvault.json 200 dbt runtime exception If I remove dbt vault from my packages file, I can run dbt deps. Here is my package file. `packages:

Bellow is the log after I remove dbtvault. 19:27:11 Installing dbt-labs/dbt_utils 19:27:18 Installed from version 0.9.2 19:27:18 Up to date! 19:27:18 Installing calogica/dbt_date 19:27:19 Installed from version 0.6.3 19:27:19 Up to date! 19:27:19 Installing dbt-labs/codegen 19:27:20 Installed from version 0.8.1 19:27:20 Up to date!

DVAlexHiggs commented 1 year ago

Hi, what version of dbt please?

paddelia commented 1 year ago

Core:

Plugins:

DVAlexHiggs commented 1 year ago

dbtvault has not yet been updated to officially support 1.3, so that's why you may be seeing this issue. We're currently a bit behind on 1.1.x. We'll be releasing an update soon!

DVAlexHiggs commented 1 year ago

0.9.1 Released which addresses this issue. Thanks!