Open descampsk opened 3 months ago
I suppose it is because of this https://github.com/airbytehq/airbyte/blob/477689b5b799ff4fefc823774918ee22648a8387/airbyte-integrations/connectors/source-mixpanel/source_mixpanel/streams/export.py#L189C1-L191C76
And
Setting state of SourceMixpanel stream to {'time': '2024-08-30T23:59:59Z'}
Connector Name
source-mixpanel
Connector Version
v3.4.1
What step the error happened?
During the sync
Relevant information
Mixpanel export stream syncs full days. When we sync it every night around 3am, all events whose time is at 23:59:59UTC is synced twice.
An event at the time
2024-08-30 23:59:59 UTC
will be synced:With a bigquery destination, here is the query to find that:
If you launch the sync multiple times during one day, all these events will be sync every time.
Relevant log output
No response
Contribute