faros-ai / airbyte-local-cli

CLI for running Airbyte sources & destinations locally without Airbyte server
Apache License 2.0
31 stars 3 forks source link

Add support for writing source output to a file #65

Closed ted-faros closed 1 year ago

ted-faros commented 1 year ago

Description

Added optional --src-output-file <path> program option. If specified, the source container's output (= destination container's stdin) is tee'ed to the specified file. This is very useful for capturing streams for debugging, etc.

Type of change