Back
BigQuery Wrapper

BigQuery Wrapper

Overview

BigQuery is Google Cloud's autonomous data and AI platform: a serverless data warehouse built for petabyte-scale analytics, with built-in ML, multimodal data support, and Gemini-powered AI features. It's where teams run large analytical workloads that don't belong in an operational database.

The BigQuery Wrapper brings that warehouse into your Postgres database. Query BigQuery tables and views directly with SQL, write data back from Postgres, and join warehouse results against your live application data. No ETL pipelines, no data movement, no scheduled syncs.

Supports both read and write operations, and works with Supabase Vault for secure service account credential management.

Supported Operations

OperationSupported
Select
Insert
Update
Delete

Supported Data Types

Postgres TypeBigQuery Type
booleanBOOL
bigintINT64
double precisionFLOAT64
numericNUMERIC
textSTRING
varcharSTRING
dateDATE
timestampDATETIME
timestampTIMESTAMP

Resources

Details

DeveloperSupabase
DocumentationLearn

Third-party integrations and docs are managed by Supabase partners.

Get started with BigQuery Wrapper and Supabase.