-
Notifications
You must be signed in to change notification settings - Fork 675
Open
Labels
bugIncorrect behavior inside of ibisIncorrect behavior inside of ibis
Description
What happened?
pyproject.toml
duckdb = "=1.4.1"
ibis-framework = {extras = ["duckdb"], version = "=10.8.0"}
Then:
import ibis
ibis.duckdb
File ~/.venvs/tiktok/lib/python3.11/site-packages/ibis/backends/duckdb/__init__.py:52
46 from fsspec import AbstractFileSystem
48 from ibis.expr.schema import SchemaLike
51 _UDF_INPUT_TYPE_MAPPING = {
---> [52](https://file+.vscode-resource.vscode-cdn.net/Users/carlos/Documents/Repos/tiktok/notebooks/ext_capita/~/.venvs/tiktok/lib/python3.11/site-packages/ibis/backends/duckdb/__init__.py:52) InputType.PYARROW: duckdb.functional.ARROW,
53 InputType.PYTHON: duckdb.functional.NATIVE,
54 }
57 class _Settings:
58 def __init__(self, con: duckdb.DuckDBPyConnection) -> None:
AttributeError: module 'duckdb' has no attribute 'functional'
Looks similar to #11668 but it's not the same traceback, feel free to close this as dup.
What version of ibis are you using?
10.8.0
What backend(s) are you using, if any?
duckdb
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugIncorrect behavior inside of ibisIncorrect behavior inside of ibis
Type
Projects
Status
backlog