Open aiman-al-masoud opened 4 months ago
Thanks for reporting the issue @aiman-al-masoud I added it to the connector team backlog.
Hi there, any news on this?
@aiman-al-masoud there isn't an ETA to solve the issue. You're welcome to contribute doing the fix :)
Connector Name
source-mailchimp
Connector Version
2.0.5
What step the error happened?
No visible error
Relevant information
In short, the stream called "lists" is missing data. I've tried using the official Mailchimp API directly as in the code below, and it fetches more records than the ones downloaded by Airbyte.
I am not sure if this is a bug or if I'm just making wrong assumptions about the workings of the connector. Also, I've tried multiple versions of the connector (2.0.11, 2.0.5, 2.0.3, 1.1.0) and they all behave the same.
There are no errors in the logs (taken during a run with version 2.0.5). At line 65 the logs say: "Total records read: 7 (2 KB)"; the number of commited records is only 2, as seen at the end of the logs. The actual amount of records in my case should be 10, according to the code above (the official Mailchimp python API).
I've already tried deleting the data on the destination, deleting the connection and syncing everything anew. I am using "Full refresh | Overwrite" for the lists stream.
Thank you in advance for any kind suggestions.
Relevant log output
Contribute