Closed guenp closed 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:
custom_user_agent
settings
dbt run
This fix pops the value from settings if it's defined and concatenates it at the end of the existing custom_user_agent.
When connecting to MotherDuck, if
custom_user_agent
is passed viasettings
in the profiles.yml file,dbt run
throws an error:This fix pops the value from
settings
if it's defined and concatenates it at the end of the existingcustom_user_agent
.