We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to install dbt_utils package on my hardware. Multiple attempts to install the package, but spits out an error.
dbt_utils
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
packages.yml
dbt deps
External connection exception occurred: not a gzip file
dbt deps command should install the package successfully.
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
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?
The output of dbt --version:
dbt --version
Core: - installed: 1.8.1
The text was updated successfully, but these errors were encountered:
What if you just try only including the dbt_date package in your packages.yml? Does that work?
dbt_date
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
Sorry, something went wrong.
@dbeatty10
Yes, it only affects dbt-utils package. Other packages are installing successfully.
dbt-utils
No branches or pull requests
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
Upon execution, returns error message as follows:
Steps to reproduce
packages.yml
filedbt deps
External connection exception occurred: not a gzip file
Expected results
dbt deps
command should install the package successfully.Actual results
Relevant log ouput:
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: