Cloud Composer (GCP)

Use Google Cloud Composer’s documentation to configure environment variables for your environment: Set environment variablesarrow-up-right

As part of that setup, define the following variable so the Composer will send BigQuery requests through Yuki:

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

After applying this change, tasks running in Cloud Composer will automatically execute BigQuery queries via the Yuki Proxy.

Last updated