dbt
Update your dbt connection to route through the Yuki Proxy by setting the host parameter.
dbt Cloud
In dbt Cloud, click on your Snowflake profile and under Extended Attributes 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