Hey team, for HTTP sources that offer data export mechanism, i.e., usually requires to initiate a POST (response is some export_req_id) and GET /export_req_id to retrieve data in csv or whatever file format, is Airbyte a right choice for building such connectors?
a
Augustin Lafanechere (Airbyte)
04/14/2022, 1:45 PM
Hi @Jay Bujala , yes! We have a bunch of connectors that have this logic of posting a job to a remote interface and pulling for results.
j
Jay Bujala
04/14/2022, 2:16 PM
Hi @Augustin Lafanechere (Airbyte), if you don't mind, could you give me an example source?
a
Augustin Lafanechere (Airbyte)
04/14/2022, 2:18 PM
I think the
source-amazon-seller-partner
has this kind of logic.
j
Jay Bujala
04/14/2022, 2:24 PM
Thanks - figured another example too (source-amazon-ads)