-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CT-3378] [Bug] "External connection exception occurred: not a gzip file" error when running dbt deps #9063
Comments
Hey @Visya! I see you're using v1.7.1 — is this working for you on earlier versions of |
Hi @jtcohen6, I am setting up a new environment in a new system, so it never worked for me. But I have other colleagues in the same network, that are able to download packages behind the proxy. |
@Visya do you happen to know which version of dbt your colleagues are using? |
Currently we are running some workflows using DBT-core v 1.7.4 in which this error is happeing. This is happening ramdomly with no exact pattern. |
@Visya I do not think this is a BUG related to DBT-core, It could maybe that due the concurrency of getting these packages from github is causing some crash in some cases. |
I saw this error for the first time today having upgraded our snowflake connector recently. DBT core has remained the same for the last 9 months. Last week we upgraded from |
@josezeta and @jfo8001 did each of you see this error for the first time today? If so, was it intermittent, or did it happen every time to you ran Also, could you share your environment details?
Examples: OS: Ubuntu 20.04 |
Thanks @dbeatty10 for the detailed response. |
Hi, I am receiving the same error NOTE: Error only occurs while downloading
|
@pranjalbhatt are you still seeing this error? Or did it resolve? |
Yes. I am still seeing this error. Unable to download |
@pranjalbhatt I am able to successfully install the Can you share the output of |
Yes, still unable to download the elementary. I am using dbt-core.
As a temporary fix, I have used |
EDIT: Nevermind! I see that you opened dbt-labs/dbt-utils#950. |
Is this a new bug in dbt-core?
Current Behavior
When running dbt deps behind proxy (with
HTTP_PROXY
,HTTPS_PROXY
andFTP_PROXY
variables set up), I get an error:I tried installing with git, which works, but as soon as I try to install any bigger package that depends on
dbt_utils
, it fails with "Found duplicate project "dbt_utils". This occurs when a dependency has the same project name as some other dependency."Expected Behavior
Packages are able to be installed behind the proxy with dbt deps.
Steps To Reproduce
HTTP_PROXY
,HTTPS_PROXY
environment variables.dbt deps
.Relevant log output
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
I have
python-certifi-win32
installed, which resolved issues similar to this issue.The text was updated successfully, but these errors were encountered: