Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
airbyte-to-flow: use write_all instead of write for responses
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).
- Loading branch information