Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Appender API Support #369

mattgiles started this conversation in Ideas
Mar 10, 2026 · 2 comments · 2 replies
Discussion options

Documentation notes the Appender API is currently supported in C, C++, Go, Java, and Rust.

Are there plans to support via this Python package?

You must be logged in to vote

Replies: 2 comments 2 replies

Comment options

Yes, I'm planning to add that in v1.6. Also very much open for contributions around this!

You must be logged in to vote
2 replies
Comment options

I just came to request the ability to create a table (or at least a PyDataRelation) from Python using an iterable of dicts. Is that something you're targeting for the appender API enhancement, or should I create a separate issue?

Comment options

I just came to request the ability to create a table (or at least a PyDataRelation) from Python using an iterable of dicts. Is that something you're targeting for the appender API enhancement, or should I create a separate issue?

If that can be of some help, I implemented custom logic for various improved conversions from python objects here. They match what's expected from polars, as that can be seen in the tests

pql is not yet production ready, so feel free to copy paste the code and clean up what's not purely duckdb, and/or to raise an issue if you have any question.

Comment options

Yes, I'm planning to add that in v1.6. Also very much open for contributions around this!

Feel free to ping me for anything typing related! I would like to do the work for the stubs

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /