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:
bigquerystring
Schema organization:
monoschema (all events in one table) or multischema (each event in its own table)Default: monoschemastring
What to export:
events or peopleDefault: eventsboolean
Enable automatic sync to update exported data when changes occurDefault:
truestring
required
Start date in
YYYY-MM-DD formatstring
End date in
YYYY-MM-DD format (leave empty for continuous export)string
Export frequency:
hourly or dailyDefault: dailystring
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:
snowflakeSnowflake 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