Skip to content
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

airbyte-to-flow: use write_all instead of write for responses #280

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

psFried
Copy link
Member

@psFried psFried commented Nov 2, 2023

This fixes an issue that was seen in production where the output of airbyte-to-flow could not be parsed as JSON. The source of the issue seems likely to be that ATF is calling write instead of write_all when it writes the responses to stdout (the return value of write was ignored).

This fixes an issue that was seen in production where the output of
airbyte-to-flow could not be parsed as JSON.  The source of the issue seems
likely to be that ATF is calling `write` instead of `write_all` when it writes
the responses to stdout (the return value of `write` was ignored).
@psFried psFried requested a review from mdibaiee November 2, 2023 14:32
@psFried psFried merged commit 06b7fba into master Nov 2, 2023
56 of 57 checks passed
@psFried psFried deleted the phil/atf-write-all branch November 2, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants