duckdb / dbt-duckdb

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

Fix: dbt-duckdb runs SET custom_user_agent after connect #351

Closed guenp closed 7 months ago

guenp commented 7 months ago

When connecting to MotherDuck, if custom_user_agent is passed via settings in the profiles.yml file, dbt run throws an error: image

This fix pops the value from settings if it's defined and concatenates it at the end of the existing custom_user_agent.