Skip to content

Unable to install dbt-utils package inside Snowsight Workspace #1046

@veda-p-2024

Description

@veda-p-2024

Describe the bug

Unable to install dbt-utils package when I run Deps command on Snowflake's Snowsight Workspace. Getting the following error when I run the Deps.
External connection exception occurred: HTTPSConnectionPool(host='codeload.github.com', port=443): Max retries exceeded with url: /dbt-labs/dbt-utils/tar.gz/1.1.1 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0xfbd042d0c450>: Failed to establish a new connection: [Errno 16] Device or resource busy'))

Note: Created External Access Integration prior running the Deps command.

Steps to reproduce

Create Snowsight Workspace using Git Repo for a dbt project.
Once dbt project is cloned, select 'Deps' from the top menu of the Workspace. And execute the command using Play button, appears next to 'Deps'.

Expected results

dbt-utils package should be installed.

Actual results

dbt-utils package should be installed, without any error.

Screenshots and log output

Image

System information

The contents of your packages.yml file:
packages:

  • package: dbt-labs/dbt_utils
    version: "1.1.1"
  • package: calogica/dbt_date
    version: "0.10.0"
  • package: elementary-data/elementary
    version: 0.15.2

Which database are you using dbt with?

  • postgres
  • redshift
  • bigquery
  • snowflake
  • other (specify: ____________)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions