Conner Panarella
07/24/2024, 6:58 PMtap-airbyte-wrapper
, does it work for Airbyte sources which are not written in python? I'm specifically looking at https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-mssql but I am getting this error: "tap_airbyte.tap.AirbyteException: Discover failed with return code 1: Unknown option: discover"aaron_phethean
07/24/2024, 7:17 PMConner Panarella
07/24/2024, 7:19 PMvisch
07/24/2024, 8:05 PMaaron_phethean
07/24/2024, 8:15 PMConner Panarella
07/24/2024, 8:42 PMConner Panarella
07/24/2024, 8:46 PMtap-airbyte-wrapper
creates the following command to send to docker:
docker run --rm -i -v /tmp/tmpio_5ikd9:/tmp airbyte/source-mssql:latest -- discover --config /tmp/config.json
Conner Panarella
07/24/2024, 8:46 PMdocker run --rm -i -v /tmp/tmpio_5ikd9:/tmp airbyte/source-mssql:latest discover --config /tmp/config.json
it works just finevisch
07/25/2024, 12:53 PMConner Panarella
07/25/2024, 1:10 PMvisch
07/25/2024, 1:50 PMvisch
07/25/2024, 1:50 PMConner Panarella
07/25/2024, 1:54 PMReuben (Matatika)
07/30/2024, 1:18 PMtap-airbyte-wrapper
is broken due to a recent change, https://meltano.slack.com/archives/C068YBQQF1V/p1722005464454259?thread_ts=1722003940.255219&cid=C068YBQQF1Vsteven_wang
08/22/2024, 5:57 PMConner Panarella
08/22/2024, 5:58 PMsteven_wang
08/22/2024, 6:00 PM--
in the docker command and got the tap to run. Thanks for that!
By cursor I mean the replication key per stream used for incremental replication. I haven't figured out how to manually set it yet, seems like it defaults to the PK of each table I'm syncingConner Panarella
08/22/2024, 6:02 PMConner Panarella
08/22/2024, 6:10 PM