duckdb / dbt-duckdb

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

Fix: custom_user_agent does not work if motherduck plugin is not specified in profiles.yml #354

Closed guenp closed 3 months ago

guenp commented 3 months ago

We weren't seeing any custom_user_agent coming through - turns out the motherduck plugin needs to be specified explicitly. This PR adds the plugin to DuckDBCredentials if a MotherDuck database is specified.