-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: Validate connections without orders data #20896
Amazon Seller Partner: Validate connections without orders data #20896
Conversation
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.
Lgtm, but integration tests should be passed as well as acceptance tests.
@marcosmarxm tagging you here to follow up, after the code freeze ends.
/test connector=connectors/source-amazon-seller-partner |
@marcosmarxm @bazarnov |
/test connector=connectors/source-amazon-seller-partner |
@marcosmarxm @bazarnov Why is this merge is stack so long? |
/test connector=connectors/source-amazon-seller-partner
Build PassedTest summary info:
|
...-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/source.py
Outdated
Show resolved
Hide resolved
/publish connector=connectors/source-amazon-seller-partner
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* amazon seller partner validate connection without orders data * amazon seller partner bump version in docs * amazon seller partner fix redundant if statement * auto-bump connector version Co-authored-by: Sajarin <sajarindider@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
Not all accounts have orders and not all reports are orders based.
So checking connections by checking existing orders is not a good idea.
Described issue: #20669
How
Instead of raising error we are validating connections where checking Orders stream ended with
StopIteration
error.