BigQuery

Connect to a BigQuery database in AirOps

Setup Google Cloud Platform Service Account and Grant Access (for New Users)

To add a Google BigQuery Data Warehouse as a Data Source on AirOps, use a Google Cloud Platform service account with read access to the desired datasets and tables:

1. Create a Google Cloud Platform Service Account

  1. Click on the project dropdown and select the project that contains your BigQuery dataset.

  2. Navigate to the IAM & Admin page, and then click Service accounts.

  3. Click + CREATE SERVICE ACCOUNT at the top of the page.

  4. Enter a name for your service account and click Create.

  5. On the Grant this service account access to the project page, select the BigQuery Data Viewer and BigQuery Job User roles.

  6. Click Continue, and then click Done.

2. Generate a JSON key for the Service Account

  1. In the Service accounts page, find the service account you just created.

  2. Click the Actions menu (three vertical dots) and select Create key.

  3. Select JSON as the key type, and click Create.

  4. Save the generated JSON key file to your computer.

3. Enter the JSON Key File Content in AirOps

  1. Open the JSON key file with a text editor.

  2. Copy the entire content of the JSON key file.

  3. In AirOps, paste the JSON key file content into the JSON Key field.

Now, your Google BigQuery Data Warehouse should be connected and ready for use within AirOps.

Last updated