Introduction
You can export your data from Statsig to your data warehouse with a data connection. This lets you send exposures and events directly to your warehouse for further analysis. We currently support connections to Snowflake, Redshift, S3, BigQuery, and Databricks.Data Warehouse Exports are an Enterprise-only feature. If you are on the Developer or Pro tiers and wish to upgrade to Enterprise, feel free to reach out to our team here or via support.
How to Begin
- Go to Statsig Console
- Navigate to the Help and Tools Section on the side navigation bar
- Go to “Exports List”


Table Schema
Statsig can export both Exposures and Events to your destination. The exported columns are logically the same across SQL warehouses, but the physical types vary by warehouse. S3 is a file destination rather than a SQL table destination.- BigQuery
- Snowflake
- Redshift
- Databricks
- S3
Setup summaryConfigure:ExposuresPlease note that we do not export exposures from rules that are 0%/100%.
Events
- BigQuery Project ID
- BigQuery Dataset ID
- one destination table name per export type
- grant the Statsig service account
BigQuery Userat the project level - grant the same service account
BigQuery Data Editoron the target dataset
BigQuery Exposures
BigQuery Events
| Field name | Type | Mode |
|---|---|---|
| company_id | STRING | NULLABLE |
| unit_id | STRING | NULLABLE |
| unit_type | STRING | NULLABLE |
| exposure_type | STRING | NULLABLE |
| name | STRING | NULLABLE |
| rule | STRING | NULLABLE |
| experiment_group | STRING | NULLABLE |
| first_exposure_utc | TIMESTAMP | NULLABLE |
| first_exposure_pst_date | DATE | NULLABLE |
| as_of_pst_date | DATE | NULLABLE |
| percent | FLOAT64 | NULLABLE |
| rollout | BIGINT | NULLABLE |
| user_dimensions | STRING | NULLABLE |
| inserted_at | TIMESTAMP | NULLABLE |
| rule_name | STRING | NULLABLE |
| group_id | STRING | NULLABLE |
| non_analytics | BOOLEAN | NULLABLE |
| Field name | Type | Mode |
|---|---|---|
| user_id | STRING | NULLABLE |
| stable_id | STRING | NULLABLE |
| custom_ids | JSON | NULLABLE |
| timestamp | TIMESTAMP | NULLABLE |
| event_name | STRING | NULLABLE |
| event_value | STRING | NULLABLE |
| user_object | JSON | NULLABLE |
| statsig_metadata | JSON | NULLABLE |
| company_metadata | JSON | NULLABLE |