BigQuery

The integrated Google Cloud service offers a scalable, high-performance relational database that operates serverlessly.

Supported Methods

Means for Lumi to connect to the client to implement the services required:

Supported Limits

The following are limitations that can be set to fine tune the agents' actions:

Available Parameters

These properties are the essential source system connection properties that all queries are directed towards.

* Required parameters

Project ID*

The unique identifier for the Google Cloud project which consists of lowercase letters, digits, and/or hyphens while starting with a letter.

How To Obtain Project ID

Service Account Credentials*

Credentials obtained from the Google BigQuery API interface to allow Lumi to access the database. The credentials should be a JSON key file containing the private keys and other information needed.

How to Get Credentials

System Permissions & Configuration

To ensure proper access and functionality, please follow these recommended steps:

  • Create a Service Account: Proceed with this step if you have not already established a service account.

  • Assign Roles: The following permissions need to be assigned to the associated Service account.

    • BigQuery Data Viewer: Grants permission to view tables.

    • BigQuery Job User: Allows for the execution of queries.

Special Considerations

No noteworthy considerations.

Common Issues

  • Ensure BigQuery API is enabled for the project

  • Ensure the generated service has its required roles

Last updated