Lumi Docs
  • About Lumi AI
  • Setting Up
    • Quick Start
    • 1. Connect
    • 2. Configure
      • Configuration Tips
      • Add Tables & Fields
      • Add Business Context
      • Advanced Configuration
    • 3. Distribute
  • Using Lumi
    • Getting Started
    • Lumi Use Cases
      • Data Exploration
      • Business Metrics
      • Anomaly Detection
      • Trend Analysis
      • Root Cause Analysis
      • Data Quality
    • Best Practices
      • Prompting Best Practices
      • Boards Best Practices
      • Versioning Best Practices
    • Chat Limitations
    • Knowledge Base Utility
      • Curated Prompts
      • Leveraging Memories
    • Network Configuration
  • Product Features
    • Chat
    • Boards
    • Knowledge Base
      • Overview
      • Connection
      • Tables
        • Custom Fields
      • Model
      • Business Context
      • Memories
      • Users
      • Restoration
    • Organization Settings
      • Organization Profile
      • Tool Integrations
      • Gateway Management
      • Members
    • User Profile
    • Notifications
    • Data Gateway
      • Deployment
      • Configuring for Boot
    • Source System Integrations
      • PostgreSQL
      • Microsoft SQL Server
      • MySQL
      • Databricks
      • BigQuery
      • Snowflake
      • SAP HANA
      • Oracle
      • AWS Athena (Pre-release)
    • Secondary Interfaces
      • Slack
      • Microsoft Teams
    • Release Notes
Powered by GitBook
On this page
  • Supported Methods
  • Supported Limits
  • Available Parameters
  • System Permissions & Configuration
  • Special Considerations
  • Common Issues

Was this helpful?

  1. Product Features
  2. Source System Integrations

BigQuery

PreviousDatabricksNextSnowflake

Last updated 8 months ago

Was this helpful?

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.

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.

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

For guidance, see .

Network Configuration
Data Gateway
How To Obtain Project ID
How to Get Credentials
How to Generate A Service Account