Connector Name
source-paypal-transaction
Connector Version
2.6.19
What step the error happened?
During the sync
Relevant information
Problem
When querying large date ranges, the PayPal Transaction API returns a 400 RESULTSET_TOO_LARGE error if the result set exceeds the API's limit. Previously, this error was being ignored, causing data loss without any alert.
Solution
- Explicit failure handling: Changed from silently ignoring errors to failing with an error status, ensuring the sync fails visibly and alerts are triggered when data cannot be retrieved
This prevents silent data loss and ensures data integrity.
Relevant log output
Contribute