-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
source-mixpanel sync error (datatypes) #7124
Comments
Thanks for reporting this @xtreding I added this to our connector roadmap to check it |
Hello, I have tried to sync mixpanel to postgres and everything went well on my side. According to the schema for 'engage' stream, the expected type for 'browser_version' field is a string. As for the error message 'invalid input syntax for type double precision: "89.0.4389.114"' - it means that it tries to insert string value into postgres numeric field (double precision) The only idea about the reason for this problem is the so-called 'custom' fields in 'engage' stream (which customers could create manually). What to do:
|
@xtreding could you share the catalog/schema of your data as displayed in Airbyte in as much detail as you can so we can see the individual column types? it should be available from connections --> --> settings, for example: |
Hi @sherifnada!
|
Hi @xtreding , I have additional questions:
What is interesting, I have tried to add 'custom' properties and its not possible to specify property type and by it sets "string" type by default |
Enviroment
Current Behavior
Mixpanel synchronization failed at the Basic normalization step. Streams
cohort_members
andengage
end with errors e.g.invalid input syntax for type double precision: "89.0.4389.114"
.Expected Behavior
All streams should be synced successfully.
Logs
logs-62-0.txt
Steps to Reproduce
It seems that some fields in the catalog have different data types in Mixpanel data. e.g.
browser_version
. There might be more fields types differences. It should be checked.The text was updated successfully, but these errors were encountered: