-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Mailchimp: AssertionError: Mismatched number of tables #8825
Comments
+1 faced the same issue recently in the similar environment. |
Scoping report
|
Issue is no longer appearing. Tested within the same conditions. Both the full connector sync and normalization separately. |
Reopened as user reported the issue again. Going to update the normalizator to explicitly remove duplicates. |
this is potentially related to the fact that normalization shortens the name. Could there be anything leading to two instances of the shortened name being created? |
You're right. I made a research on this issue. Figured that the issue is indeed fixed. |
@sherifnada so the new issue appeared. What should we do next? |
@htrueman I think I am also experiencing the same error during normalization in a Mailchimp to BigQuery sync: See logs: logs-48031.txt |
Yes, here are some notes for whoever will be working on looking deeper into fixing this:
|
I was able to debug this locally following @ChristopheDuong advice. Seems like the function
I believe it's the second one that's messing up things... I was able to run
These lines are coming from here: https://us1.api.mailchimp.com/schema/3.0/Definitions/SegmentCondition.json Can we safely remove these lines from the Mailchimp schema in the following file? Lines 6 to 9 in 579ace4
|
@VitaliiMaltsev I saw you did some related changes here: #7975. Wonder whether my previous comment rings a bell? |
Seeing the same issue with Mailchimp to Snowflake sync: See logs: logs-269.txt |
@arimbr hey, thanks! I'll have a look on Monday and will message you if we have any issues. thanks! |
I am getting this same error with Clickhouse. |
Me too. Any news on this issue? |
Can you please open a new issue for problems with |
Environment
Current Behavior
Sync connector is not working with Normalization.
Expected Behavior
Tell us what should happen.
Logs
Complete logs: logs-5-0 (2).txt
Steps to Reproduce
Are you willing to submit a PR?
Remove this with your answer.
The text was updated successfully, but these errors were encountered: