-
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
Amazon Seller Partner Fix: 0 records read in reports #9581
Conversation
@harshithmullapudi @alafanechere. Can you merge this PR? it is kind of urgent for us |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix. Please provide a clean changelog. I'm running acceptance tests on a side branch, if they're passing I'll publish the new connector version.
Co-authored-by: Augustin <augustin@airbyte.io>
@prudhvi85 could you explain why this change fixes a problem for you? |
Here is the log when we use createdSince as you can see the datastarttime is same as dataendtime. So it is returning 0 records. There is no createdSince In the response from amazon :
Log when I change createdSince to datastarttime :
|
@alafanechere I tried with Amazon India as well. dataStartTime works fine. |
@alafanechere I am currently using the local docker image with this fix. Logs from Amazon India. Before the fix, it was returning 0 records. |
Right @prudhvi85, thank you for testing on the Indian marketplace. I'm publishing the connector now, will merge once it's finish. |
Thanks for this fix @prudhvi85! |
Hi @prudhvi85 and @alafanechere,
We do not use those reports so we never noticed. |
@lizdeika Now it makes sense. Thanks for the clarification. |
What
All the report streams are returning 0 records
How
source API changed created_since_time to data_start_time
🚨 User Impact 🚨
No breaking changes