bq Command-Line Tool
To route bq CLI commands through Yuki, specify the proxy URL with the --api flag:
bq --api https://<your-yuki-proxy> query "SQL"
This ensures that queries executed via the bq CLI are routed through Yuki, allowing optimization and routing logic to be applied. Your existing authentication and project settings remain unchanged.