The bq command-line utility is used to interact with the Google BigQuery service on Google Cloud Platform:
- Use the following command to check the version of the bq utility once the SDK is installed:
bq version
- Type the following command to confirm which project the bq utility will use. The bq utility shares settings with the gcloud utility. If you wish to change the project, then run the command in the second line and choose the project you want to work on:
gcloud infogcloud init