Skip to main content

Data Pipeline Schemas

Configure and manage schematized data exports to warehouses like BigQuery, Snowflake, and more.

List Pipelines

Get all pipelines configured for a project.
number
required
Your Mixpanel project ID

Example Request


Create BigQuery Pipeline

Export data to Google BigQuery with automatic schema management.
number
required
Your Mixpanel project ID
string
required
Pipeline type: bigquery
string
Schema organization: monoschema (all events in one table) or multischema (each event in its own table)Default: monoschema
string
What to export: events or peopleDefault: events
boolean
Enable automatic sync to update exported data when changes occurDefault: true
string
required
Start date in YYYY-MM-DD format
string
End date in YYYY-MM-DD format (leave empty for continuous export)
string
Export frequency: hourly or dailyDefault: daily
string
required
BigQuery region: US, EU, ASIA_EAST_1, etc.
string
Your GCP project ID (if using your own BigQuery)
string
Dataset name in your BigQuery project

Example Request


Create Snowflake Pipeline

Export data to Snowflake.
string
required
Pipeline type: snowflake
string
required
Snowflake account name to share data with
string
required
Snowflake region: us-west-aws, us-east-aws, eu-west-1-aws, etc.
string
Prefix for created views and tables

Example Request


Pause Pipeline

Pause a running pipeline.
string
required
The pipeline name
number
Your Mixpanel project ID

Example Request


Resume Pipeline

Resume a paused pipeline.

Delete Pipeline

Delete a pipeline and optionally its exported data.
Deleting a pipeline will stop all future exports and may delete historical data.