Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

[bigquery] Installing with bigquery extra does not install all needed dependencies #772

Open
chamini2 opened this issue Feb 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@chamini2
Copy link
Member

chamini2 commented Feb 28, 2023

Describe the bug

Using versions

dbt-core >= 1.3.2
dbt-bigquery >= 1.4
fal[bigquery]==0.8

A user is getting an error for the db-dtypes package not being available.

image

Even though we do install the pandas extra

https://github.com/fal-ai/fal/blob/5ae3e2a46b1199d0deb9dabefd9766fdf261e770/projects/fal/pyproject.toml#L48

package code:

https://github.com/googleapis/python-bigquery/blob/204779c57e706c002ababff72f8e45f1e376b960/setup.py#L65-L69

    "pandas": [
        "pandas>=1.1.0",
        pyarrow_dependency,
        "db-dtypes>=0.3.0,<2.0.0dev",
    ],

We must reproduce this and fix accordingly.

Your environment

  • OS: GH action
  • Paste the following commands output: in image
  • Adapter being used: bigquery

Expected behavior
No missing module error.

@chamini2 chamini2 added the bug Something isn't working label Feb 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant