Hi! I'm having an issue when trying to sync mixpan...
# feedback-and-requests
l
Hi! I'm having an issue when trying to sync mixpanel data from over a year ago using the mixpanel connector for airbyte. When trying to select a start date for the sync on airbyte, I'm using 2017-10-17 as the start date, and I've checked to ensure that our mixpanel has data for this date. When I run the sync, airbyte logs show that the start date is exactly 1 year ago, which is not what I wanted. in airbyte, start_date says : "The default value to use if no bookmark exists for an endpoint. Default is 1 year ago.". I can't find any documentation on this "bookmark". When I use the mixpanel API, I can successfully query events from 2017-10-17. Any ideas? Thanks :)
u
Hey Lucas I can see that we have a line https://github.com/airbytehq/airbyte/blob/03732dfcca129b57df3a85e79456ed6f70acb9bc[…]tegrations/connectors/source-mixpanel/source_mixpanel/source.py in the code says no start_date older than 1 year is allowed. Do you mind opening an issue ?
u
Opened an issue: https://github.com/airbytehq/airbyte/issues/7451 Thanks for your help @Harshith (Airbyte) :)