← All integrations
SF
Data warehouse

Kribana + Snowflake

Stream usage, invoices and ledger tables into Snowflake.

What it does

Kribana replicates its usage events, invoices, wallet ledger and entitlement changes into a Snowflake database on a schedule you control, so finance and data teams can model revenue alongside product data.

Setup steps
1In Kribana, go to Settings → Integrations → Data warehouse and select Snowflake.
2Provide your Snowflake account identifier, warehouse, database and a service user.
3Choose which tables to sync and the sync frequency (near-real-time or hourly).
4Run the first sync and verify row counts against the Kribana dashboard.
What syncs
Usage events table
Invoices and line items
Wallet ledger entries
Entitlement change log
Quick start
curl https://api.kribana.com/v1/integrations/snowflake \
  -H "Authorization: Bearer $KRIBANA_KEY" \
  -d account="xy12345.us-east-1" \
  -d warehouse="KRIBANA_WH" \
  -d database="BILLING"

Wire it up in an afternoon.