Skip to content
New issue

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

Unable to install dbt-utils #950

Open
1 task
pranjalbhatt opened this issue Sep 15, 2024 · 2 comments
Open
1 task

Unable to install dbt-utils #950

pranjalbhatt opened this issue Sep 15, 2024 · 2 comments
Labels
bug Something isn't working triage

Comments

@pranjalbhatt
Copy link

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

  1. Add packages to packages.yml file
  2. Run dbt deps
  3. 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
@dbeatty10
Copy link
Contributor

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

@pranjalbhatt
Copy link
Author

@dbeatty10

Yes, it only affects dbt-utils package. Other packages are installing successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants