Skip to main content

dbt

Update your dbt connection to route through the Yuki Proxy by setting the host parameter.

dbt Cloud

In dbt Cloud, use Extended Attributes in your Environment settings to add the host override:

host: snowflake-locator.yukicomputing.com

dbt Core

In dbt Core, add the host parameter directly to your profiles.yml:

my_profile:
target: dev
outputs:
dev:
type: snowflake
account: <your-account>
host: snowflake-locator.yukicomputing.com
user: <your-user>
# ... rest of your config