duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
816 stars 69 forks source link

Revamp the plugins setup to support configuring the DuckDBPyConnection instance directly #171

Closed jwills closed 1 year ago

jwills commented 1 year ago

Fixes #170 in that it will let users wire up their own plugins for creating user-defined functions on the DuckDB instance in Python and will hopefully let us extend stuff in some more cool directions in the future.

Going to add some more docs to this tomorrow, but posting it for feedback now.