tap-airbyte-wrapper
tap-airbyte-wrapper copied to clipboard
A Singer tap that wraps Airbyte sources allowing them to be consumed by Singer targets
I'd recommend documenting the requirements for running this wrapper if you're already running meltano in docker. This is possible, but requires the `/tmp` directory to be mounted from the host...
Remove bug introduced in latest commit. The docker containers do not expect the arguments with `--`. This is noted here: https://github.com/MeltanoLabs/tap-airbyte-wrapper/commit/e1349aab8c3b338babd0b1de51374733ce68ecb4#commitcomment-143275245
When using AireByte sources like `source-mssql` or `source-postgres` an exception is raised like: > tap_airbyte.tap.AirbyteException: Discover failed with return code 1: Unknown option: discover Doing a bit of digging, it...
This change will fix incremental extraction for a few TAPs, like tap-amplitude and tap-s3. - Adds a new entry to state tracking json, 'airbyte_state'. - This new entry is populated...
Description: Certain airbyte taps are incompatible with incremental extraction with tap-airbyte-wrapper For incremental to work, airbyte is expecting a state message in this form, a list of AirbyteStateMessage ``` [...
Upgrade to the latest version of singer-sdk. Needed especially to fix [this](https://github.com/meltano/sdk/pull/2301)