You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/source-mixpanel/source_mixpanel/spec.json
+8
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,14 @@
127
127
"type": "integer",
128
128
"minimum": 1,
129
129
"default": 1000
130
+
},
131
+
"export_lookback_window": {
132
+
"order": 10,
133
+
"title": "Export Lookback Window",
134
+
"description": "The number of seconds to look back from the last synced timestamp during incremental syncs of the Export stream. This ensures no data is missed due to delays in event recording. Default is 0 seconds. Must be a non-negative integer.",
Copy file name to clipboardexpand all lines: docs/integrations/sources/mixpanel.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ To set up the Mixpanel source connector, you'll need a Mixpanel [Service Account
20
20
10. For **End Date**, enter the date in YYYY-MM-DD format.
21
21
11. For **Region**, enter the [region](https://help.mixpanel.com/hc/en-us/articles/360039135652-Data-Residency-in-EU) for your Mixpanel project.
22
22
12. For **Date slicing window**, enter the number of days to slice through data. If you encounter RAM usage issues due to a huge amount of data in each window, try using a lower value for this parameter.
23
-
13. Click **Set up source**.
23
+
13. For **Export Lookback Window**, enter the number of seconds to look back from the last synced timestamp during incremental syncs of the Export stream. This ensures no data is missed due to event recording delays. Default is 0 seconds.
24
+
14. Click **Set up source**.
24
25
25
26
## Supported sync modes
26
27
@@ -58,6 +59,7 @@ Syncing huge date windows may take longer due to Mixpanel's low API rate-limits
0 commit comments