Example of async integration using Airbyte

Summary

Looking for an example of async integration using Airbyte for the API provided


Question

hello everyone!
Do we have any example of async integration using Airbyte?
We have this API https://adv-new.mintegral.com/doc/en/guide/offer/getCreativeSet that has an async integration and we would like to implement using Airbyte.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["async-integration", "airbyte", "api", "example"]

My adblock doesn’t like your API, so I couldn’t quite read all the details. If you mean that you request an export file / report, and then the source makes it available, you grab it and parse it — take a look at the ReportStream implementation in source-amazon-ads: https://github.com/airbytehq/airbyte/blob/beda34bb1d7913f588f4caa083247ac4a6f4adf2/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/streams/report_streams/report_streams.py#L91|https://github.com/airbytehq/airbyte/blob/beda34bb1d7913f588f4caa083247ac4a6f4adf2[…]-ads/source_amazon_ads/streams/report_streams/report_streams.py

Does that help? Or did you mean something else by async integration?