Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pandas, polars, dask, datafusion): enable create local backends with empty url #8860

Merged
merged 3 commits into from
Apr 2, 2024

Conversation

jitingxu1
Copy link
Contributor

Description of changes

support empty URL for local backends in ibis.connect()

Issues closed

@jitingxu1 jitingxu1 added pandas The pandas backend dask The Dask backend datafusion The Apache DataFusion backend polars The polars backend labels Apr 2, 2024
ibis/backends/__init__.py Outdated Show resolved Hide resolved
@jitingxu1 jitingxu1 requested a review from gforsyth April 2, 2024 17:27
@gforsyth gforsyth enabled auto-merge (squash) April 2, 2024 17:31
@gforsyth gforsyth merged commit 9dabae0 into ibis-project:main Apr 2, 2024
84 of 85 checks passed
lostmygithubaccount added a commit that referenced this pull request Apr 11, 2024
## Description of changes

thanks to #8860, can simplify the connections to URIs in the "Why Ibis"
article. this makes the tabsets slightly cleaner

## Issues closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dask The Dask backend datafusion The Apache DataFusion backend pandas The pandas backend polars The polars backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support empty URL for local backends in ibis.connect()
2 participants