Airflow

Depending on how your application is deployed (for example, Docker, Kubernetes, or other containerized environments), Configure your environment to send BigQuery requests through the Yuki Proxy. Set the following environment variable to point to your Yuki Proxy endpoint:

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

Once this is set, your application will automatically send BigQuery requests through Yuki, allowing Yuki to optimize and route queries transparently.

Last updated