Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dema.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Once BigQuery is connected, the Dema Agent can list datasets, inspect table schemas, and run SQL queries against your BigQuery project. Useful for pulling warehouse data into an analysis alongside Dema metrics.

Prerequisites

  • A Google Cloud project with BigQuery enabled.
  • A Google account with at least BigQuery User or equivalent permissions on the datasets you want Dema to access.

Connect BigQuery

  1. In Dema, go to Agents → Settings → Integrations.
  2. Find BigQuery and click Connect.
  3. Sign in to Google and approve the scopes Dema requests.
  4. You are returned to Dema with the integration marked as Active.

Scopes Dema requests

ScopeWhat it allows
https://www.googleapis.com/auth/bigqueryRun queries, list datasets, and read table schemas in projects you can access

Troubleshooting

  • Query fails with permission denied. Confirm your Google account has access to the dataset or table. BigQuery honors your existing IAM permissions, so Dema only sees what you already see.

Additional resources