read_database_uri fails with "ValueError: arrow2" because of recent connectorx update #21274
Closed
2 tasks done
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
Calling the read_database_uri function with default connectorx driver raises an exception.
This seems to be caused to a recent change in the connectorx API v0.4.2 where they removed the "arrow2" parameter value for return_type which is still used here in polars.
Expected behavior
Calling the read_database_uri function with default connectorx driver shouldn't raise an exception.
Installed versions
The text was updated successfully, but these errors were encountered: