-
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
fix for Source Amazon Seller Partner: only 100 orders are read #9115
Conversation
Hey @prudhvi85 can you sign Agreement? |
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.
https://docs.airbyte.io/connector-development#4.-publish-the-connector can you check these steps here
@@ -551,8 +551,8 @@ def request_params( | |||
self, stream_state: Mapping[str, Any], next_page_token: Mapping[str, Any] = None, **kwargs | |||
) -> MutableMapping[str, Any]: | |||
params = super().request_params(stream_state=stream_state, next_page_token=next_page_token, **kwargs) | |||
if not next_page_token: | |||
params.update({"MarketplaceIds": ",".join(self.marketplace_ids)}) | |||
#if not next_page_token: |
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.
can we remove this line?
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.
Removed the commented if condition
Hey @harshithmullapudi I did sign it. and rechecked it more than 10 times. When I try to redo it again here is what it looks like |
Hi @prudhvi85, to make the CLA signature work, please make sure the commits you made are with the same email as the one you're using for GitHub. You committed with your We also need you to bump the connector version in the following file:
|
Thank you for the suggeston. Signed the CLA successfully |
@harshithmullapudi can you please check the changes and approve the pull request |
Hey @prudhvi85 it looks good but I can see that there is something messed in the md file can you fix it? |
Can you also share screenshot for unit tests and integration tests ? |
sure, I think it is due to my editor. |
@prudhvi85 and @harshithmullapudi I merged another contributor PR #9212 with version |
@alafanechere can you please merge to master |
LGTM @prudhvi85 I will publish it sometime in the evening today. |
Hey, @prudhvi85 also need some help to understand when you say |
|
Hey @prudhvi85 I have pulled your commits into #9294 as there was one more PR which got merged. I did this to avoid more back and forth and merge this quick. Closing this. |
What
Amazon seller partner reads only 100 records and terminates. (issue #9001 )
How
Next token is not in the root level of steam_data, it is nested in payload. Marketplace ids should be always part of the request.
🚨 User Impact 🚨
No breaking changes