← All integrations
BQ
Data warehouse
Kribana + BigQuery
Sync billing data to BigQuery for analytics and finance.
What it does
Kribana streams usage, billing and revenue tables into a BigQuery dataset so you can join billing data with product analytics already living there.
Setup steps
1In Kribana, go to Settings → Integrations → Data warehouse and select BigQuery.
2Upload a service account JSON key with BigQuery Data Editor access.
3Choose the target dataset and which tables to sync.
4Trigger the first sync and confirm tables appear in the BigQuery console.
What syncs
Usage events table
Invoices and line items
Wallet ledger entries
Entitlement change log
Quick start
curl https://api.kribana.com/v1/integrations/bigquery \ -H "Authorization: Bearer $KRIBANA_KEY" \ -d project_id="your-gcp-project" \ -d dataset="kribana_billing"