duckdb / dbt-duckdb

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

Create a MotherDuck environment for default config and safety net #174

Open mehd-io opened 1 year ago

mehd-io commented 1 year ago

As md environment differs slightly (and hopefully less in the future ;)) from duckDB, I was thinking of creating a dedicated environment class that would be loaded when users specify a path starting with md: I'm thinking of the following :

WDYT? Happy to take a stab at it 🙂

jwills commented 1 year ago

This would be great @mehd-io -- please send an impl my way!

Couple of things for you to keep in mind:

jwills commented 1 year ago

Oh and please add an integration test profile for your MD environment so we can run it as part of CI