Skip to main content

dbt

dbt Core

Set the BIGQUERY_EMULATOR_HOST environment variable before running dbt:

BIGQUERY_EMULATOR_HOST=https://<your-yuki-proxy> dbt run

dbt will automatically send BigQuery queries through Yuki during execution - no changes to models, profiles, or credentials required.

dbt Cloud

Step 1 - Open your dbt Cloud environment settings:

https://cloud.getdbt.com/deploy/<ACCOUNT_ID>/projects/<PROJECT_ID>/environments

Step 2 - In the Extended Attributes section, add:

api_endpoint: https://<your-yuki-proxy>

Step 3 - Repeat for each environment (staging, production, etc.) where you want Yuki optimization applied.

dbt Cloud will route BigQuery queries through Yuki automatically without altering models, credentials, or project settings.

info

Your Yuki team will supply the specific proxy URL for your organization.