agathianspy
11/02/2022, 9:53 PMSunny Hashmi (Airbyte)
11/03/2022, 6:18 PMscp
or sftp
(maybe with cron?) on the system hosting Airbyte to transfer files out.
If you're ok with receiving JSON in the destination, you can configure the source connector to sync with the SFTP JSON destination connector on a daily schedule. I would personally choose this option, it's less moving pieces and you don't have to mess around with cron/scheduled tasks, you should also be able to convert the JSON loaded onto the destination system into CSV using python pandas or a tool like dasel.
Unfortunately it's harder to make a generic destination connector similar to the Files
source connector I linked above, because Airbyte extracts and stores data as a generic json blob format 😞 all restructuring/transformations are performed after loading into the destination. This is part of why the tool is so performant, but sometimes there is an extra step to get the data into the format you need.Sunny Hashmi (Airbyte)
11/03/2022, 6:18 PMNamer Medina
02/01/2023, 12:58 PMNamer Medina
02/01/2023, 12:59 PM