duckdb / dbt-duckdb

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

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

Closed guenp closed 9 months ago

guenp commented 9 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.