Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(duckdb): allow connection to motherduck via ibis.connect (#8357)
## Description of changes Our `_from_url` was a little aggressive in calling `Path().absolute()` on targets. Since we already handle that in `duckdb.do_connect` we can use `urlparse` to rip out the appropriate bits and forward them. ## Issues closed Fixes #8355
- Loading branch information