duckdb / dbt-duckdb

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

[Question] Package Configuration for Python Model #404

Open g-diwakar opened 2 weeks ago

g-diwakar commented 2 weeks ago

I am using external packages like pandas for my python model.

How do I install those packages on my run-time environment ?

Though I have installed pandas manually on my environment where dbt is running ? Do I need to do extra bit of configurations ?