Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shim-airbyte-cdk: redirect rogue outputs to stdout
Some imported connectors have errant `print` calls or similar that output directly to stdout, which Flow will otherwise interpret as a captured document or checkpoint. This is really ugly, but to prevent it from happening we can redirect stdout to stderr after the task outputs have been initialized. That way the printed output is treated as logs instead of capture data.
- Loading branch information