Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixpanel Source Connector Doesn't allow for start_date to be Older Than 1 Year #7451

Closed
lucasdurrant opened this issue Oct 28, 2021 · 3 comments · Fixed by #7793
Closed

Mixpanel Source Connector Doesn't allow for start_date to be Older Than 1 Year #7451

lucasdurrant opened this issue Oct 28, 2021 · 3 comments · Fixed by #7793

Comments

@lucasdurrant
Copy link

config["start_date"] = start_date if start_date and start_date >= year_ago else year_ago # set to 1 year ago by default

Would Like to be able to sync data in mixpanel that is older than 1 year, but selecting a start_date older than 1 year will always default to y year ago

@sherifnada
Copy link
Contributor

sherifnada commented Oct 28, 2021

we'll need to verify it this is an API level constraint or can the connector support it?

@sherifnada sherifnada added the area/connectors Connector related issues label Oct 28, 2021
@lucasdurrant
Copy link
Author

@sherifnada I have tested the mixpanel APIby querying events from 2019, and the query worked successfully, so I don't believe this is a mixpanel API related constraint

@sherifnada
Copy link
Contributor

@lucasdurrant thank you for the answer! pulled into our current sprint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants