Skip to content

bug: bigquery.connect() does not work #11882

@copernican

Description

@copernican

What happened?

  1. Create and activate new uv venv
  2. uv pip install 'ibis-framework[bigquery]'
  3. Authenticate to BigQuery with gcloud

Then attempt

import ibis
con = ibis.bigquery.connect(project_id="my-project", dataset_id="my-dataset")

This does not work.

What version of ibis are you using?

11.0.0

What backend(s) are you using, if any?

BigQuery

Relevant log output

Traceback (most recent call last):
  File "/path/to/.venv/lib/python3.13/site-packages/sqlglot/expressions.py", line 2634, in to_py
    return int(self.this)
ValueError: invalid literal for int() with base 10: 'binary_double_nan'

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIncorrect behavior inside of ibis

    Type

    No type

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions