Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@egorchakov
Copy link
Contributor

introduce DuckDBDataFrameQuery:

  • replaces previous duckdb x polars io funcs
  • validates the query to contain a single SELECT statement (result convertible to pl.DataFrame with .pl())
  • pl.DataFrame kwargs are registered as views, all others passed as query params
  • pickleable (for multiprocessing use with pipefunc)
  • thread-local connections (for multithreading use with pipefunc)
  • extensions are auto-installed and loaded

@koritsky
Copy link
Contributor

koritsky commented Nov 28, 2025

> introduce unified io func
> longer yamls

@egorchakov
Copy link
Contributor Author

@koritsky unification is never pain-free

@egorchakov egorchakov merged commit d86ca1e into main Dec 1, 2025
1 check passed
@egorchakov egorchakov deleted the feat/duckdb-unify branch December 1, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants