Node/Javascript - Generic
For using the Alvin Optimizer in a Node/Javascript environment with the BigQuery Node client, please ensure that this environment variable is set and available before running your code:
BIGQUERY_EMULATOR_HOST=https://<your proxy>.alvin.ai/bigquery/v2
Note the difference between the python client, which does not require the /bigquery/v2
suffix.
Last updated