-
Notifications
You must be signed in to change notification settings - Fork 701
Open
Labels
bugIncorrect behavior inside of ibisIncorrect behavior inside of ibis
Description
What happened?
- Create and activate new uv venv
uv pip install 'ibis-framework[bigquery]'- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIncorrect behavior inside of ibisIncorrect behavior inside of ibis
Type
Projects
Status
backlog