Josh Wills

Results 174 comments of Josh Wills

Alright, super cool. So @milicevica23 if you would put your change together as a PR and other folks on this thread can weigh in on any additional config options we...

yeah whenever duckdb supports this option it's easy to incorporate it into dbt-duckdb's `external` materializations via the `options` dictionary argument; I can't think of a good way to hack this...

I am honestly not sure— let me ask chatgpt

yes that looks fine!

Hey @johalnes I would be inclined not to add that since the overarching idea of plugins is for people to be able to customize things as they see fit; like,...

This would be great @mehd-io -- please send an impl my way! Couple of things for you to keep in mind: * You also likely want to disable any [plugins](https://github.com/jwills/dbt-duckdb/blob/master/dbt/adapters/duckdb/environments/__init__.py#L100),...

Oh and please add an [integration test profile](https://github.com/jwills/dbt-duckdb/blob/master/tests/conftest.py#L44) for your MD environment so we can run it as part of CI

Try doing the install with pip3 instead of pip; Mac Python environments are notoriously tricky

Ah so the request is to update https://github.com/jwills/dbt-duckdb#external-materializations-and-sources to include info on how to setup CSV external sources?

ooh that's a fun one, let me try to repro it on OS X; we should also check upstream in the duckdb issues to see if this is a known...