bq command line tool

To use the BigQuery CLI (bq) with Yuki, point the CLI to the Yuki Proxy endpoint when running your commands. For example:

bq --api https://<your-yuki-proxy> query "SQL"

This ensures that queries executed via the bq CLI are routed through Yuki, allowing Yuki to apply optimization and routing logic - while keeping your existing authentication and project configuration unchanged.

Last updated