Hey team, for HTTP sources that offer data export ...
# advice-data-ingestion
j
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
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
Hi @Augustin Lafanechere (Airbyte), if you don't mind, could you give me an example source?
a
I think the
source-amazon-seller-partner
has this kind of logic.
j
Thanks - figured another example too (source-amazon-ads)