-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 Paypal Transation: RESULTSET_TOO_LARGE validation #14804
🎉 Source Paypal Transation: RESULTSET_TOO_LARGE validation #14804
Conversation
…too-large-validation
/test connector=connectors/source-paypal-transaction
Build PassedTest summary info:
|
@lazebnyi hm I run
and a lot of files changed |
/publish connector=connectors/source-paypal-transaction
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* Updated API version from v9 to v11 * Updated PR number * Updated after review * Added validation error * Fixed to linter * Updated PR number * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
#4404 - Paypal Transation stream should handle API error in case of 10000 records in request
How
Added to
read_records
RESULTSET_TOO_LARGE validation if error rises date slice divided to two.Pre-merge Checklist
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described here