jwills / target-duckdb

A Singer.io target for DuckDB
Other
17 stars 12 forks source link

Support duckdb 0.10+ #40

Closed edgarrmondragon closed 3 months ago

edgarrmondragon commented 4 months ago

Is your feature request related to a problem? Please describe.

This target currently has a constraint on duckdb 0.9.2, but it'd be nice to have support for recent releases of duckdb (0.10+). This is a requirement for, among other things, enabling Python 3.12 support.

Describe the solution you'd like

Bump the dependency or make it a range (e.g. >=0.9.2).

Describe alternatives you've considered

Continue using duckdb 0.9.2 😅

Additional context

I figure this is probably blocked in part by MotherDuck's currently supported version, but I wanted to log so myself and maybe others can keep track of it.

Thanks!

jwills commented 4 months ago

Yeah I was waiting here on MotherDuck to support it, but I think that's ready now so will fix this and cut a new release in the next couple of days

edgarrmondragon commented 4 months ago

Thanks, do let me know if I can help!

jwills commented 3 months ago

Okay, just released 0.7.0: https://pypi.org/project/target-duckdb/

edgarrmondragon commented 3 months ago

Okay, just released 0.7.0: https://pypi.org/project/target-duckdb/

Works great, feel free to close!