dbt-utils
dbt-utils copied to clipboard
Unable to install dbt-utils
Describe the bug
I am unable to install dbt_utils package on my hardware. Multiple attempts to install the package, but spits out an error.
Environment
- OS: Windows 10
- Python: 3.12.3
- dbt-core: 1.8.1
Upon execution, returns error message as follows:
ConnectionError: External connection exception occurred: not a gzip file
Steps to reproduce
- Add packages to
packages.ymlfile - Run
dbt deps - Observe error
External connection exception occurred: not a gzip file
Expected results
dbt deps command should install the package successfully.
Actual results
Relevant log ouput:
20:44:18 Running with dbt=1.8.1
20:44:20 Updating lock file in file path: C:\Users\PBhatt\OneDrive - CBRE, Inc\Documents\SDP GIT Repo\...\package-lock.yml
20:44:20 Installing dbt-labs/dbt_utils
20:44:28 Encountered an error:
External connection exception occurred: not a gzip file
System information
The contents of your packages.yml file:
packages:
- package: calogica/dbt_date
version: 0.10.1
- package: calogica/dbt_expectations
version: 0.10.4
- package: brooklyn-data/dbt_artifacts
version: 2.6.4
- package: dbt-labs/dbt_utils
version: 1.3.0
Which database are you using dbt with?
- [ ] snowflake
The output of dbt --version:
Core:
- installed: 1.8.1
What if you just try only including the dbt_date package in your packages.yml? Does that work?
packages:
- package: calogica/dbt_date
version: 0.10.1
I'd be curious if it is affecting all packages or just dbt_utils. e.g., I'd be curious if this works for you or not also:
packages:
- package: calogica/dbt_date
version: 0.10.1
- package: calogica/dbt_expectations
version: 0.10.4
- package: brooklyn-data/dbt_artifacts
version: 2.6.4
@dbeatty10
Yes, it only affects dbt-utils package. Other packages are installing successfully.
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.
I am having the same error when trying to run dbt deps
It only affects dbt-utils (my current version is 1.3.0) and I am running with dbt-core 1.9.0
Same here, getting the issue recently any fix for this currently or a work around?
dbt-version: dbt=1.7.10
haha ☝ 12 likes in 7min, seems dbt world is on fire now (us included, dbt-core 1.9.4). will try downgrade utils to 1.2.x
Same here, dbt-utils 1.3.0 is our dependency
Same here, using dbt=1.8.3
Same here dbt utils 1.3.0
This is due to GitHub issues https://www.githubstatus.com/incidents/d0nm3xcdc5jw (As mentioned here https://github.com/dbt-labs/dbt-core/issues/9063#issuecomment-2297719211)
Same here with dbt 1.9.1 and dbt 1.9.4
Same here...
Same here with dbt 1.9.1 and dbt 1.9.4
Same here. dbt 1.9.0
Same here....
Same here
same
its probably due to an outage on Github's side https://www.githubstatus.com/
working again (for us)