Warehouse Connectors API
Import events, users, groups, and lookup tables from external data warehouses into Mixpanel.Base URL
Supported Warehouses
- BigQuery
- Snowflake
- Amazon Redshift
- Databricks
- PostgreSQL
List Warehouse Imports
Get all warehouse imports for a project.Your Mixpanel project ID
Example Request
Get Warehouse Import
Get details of a specific import.Your Mixpanel project ID
The import ID
Example Request
Update Warehouse Import
Pause/resume an import or update its configuration.Your Mixpanel project ID
The import ID
Pause or resume the import
Sync frequency in nanoseconds:
0: API-triggered only3600000000000: Hourly86400000000000: Daily604800000000000: Weekly
Example Request
Delete Warehouse Import
Delete an import and optionally its imported data.Your Mixpanel project ID
The import ID
Also delete the imported data from MixpanelDefault:
falseExample Request
Best Practices
Start with manual sync
Start with manual sync
Test your import configuration with manual syncs before enabling scheduled runs.
Monitor import status
Monitor import status
Regularly check import status and logs to catch issues early:
Use appropriate sync frequency
Use appropriate sync frequency
Balance freshness needs with costs:
- Hourly: For real-time critical data
- Daily: For most analytics use cases
- Weekly: For reference/dimension data