-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Source Recharge: do not call response.json() when handling http errors #17840
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 Recharge: do not call response.json() when handling http errors #17840
Conversation
/test connector=connectors/source-recharge
Build FailedTest summary info:
|
/test connector=connectors/source-recharge
Build PassedTest summary info:
|
/publish connector=connectors/source-recharge
if you have connectors that successfully published but failed definition generation, follow step 4 here |
@davydov-d I already fixed it with this PR: #17822 |
…t-call-response-json
@alafanechere thanks, sure. done |
airbytehq#17840) * airbytehq#733 source recharge: do not call response.json when handling http errors * source recharge: upd changelog * source recharge: rm unused import * source recharge: tune unit tests
What
https://github.com/airbytehq/oncall/issues/733
How
Do not call
response.json()
when trying to decide whether we need to retry a request: