-
Notifications
You must be signed in to change notification settings - Fork 4.5k
🎉 Python CDK: handle requests.exceptions.ChunkedEncodingError
for broken connections
#13260
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
🎉 Python CDK: handle requests.exceptions.ChunkedEncodingError
for broken connections
#13260
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.
The CHANGELOG.md
should also be updated
https://github.com/airbytehq/airbyte/blob/ddavydov/%2312591-retry-chunked-encoding-error-in-cdk/airbyte-cdk/python/CHANGELOG.md
requests.exceptions.ChunkedEncodingError
for broken connections
thanks, done |
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.
Nice!
/publish-cdk dry-run=false
|
…roken connections (airbytehq#13260)
What
According to this ticket, the
requests.exceptions.ChunckedEncodingError
is not handled, though it probably should be. Now fixing it in airbyte-cdk