Hello, I'm not sure if this the platform to ask for help. Right now im setting up a simple pipeline that extract from github into postgres and using dbt to transform. Everything works fine but let say i want to use duckdb to transform the data store rather than using pgsql engine, It is possible? My ideal is like this, tap-github loader-duckdb dbt-duckdb tap-duckdb loader-postgres. Is this seemed unnecessary? Plus i cant get the current tap-duckdb plugin working unfortunately. Currently on python 3.12