Asynchronous API Requests with Low-Code Builder

Summary

Inquiry about managing asynchronous API requests using the low-code builder for future connectors leveraging FastAPI with Celery.


Question

Hi everyone,
I have a question regarding the use of the low-code builder. I would like future connectors to leverage a FastAPI application with Celery.
Currently, I have an initial endpoint that receives a list of URLs and returns a task ID in response. This task ID is then sent to a second endpoint.
Is it possible to manage asynchronous API requests using the low-code builder?
Thank you!



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

["asynchronous-api-requests", "low-code-builder", "fastapi", "celery"]

There is experimental AsyncRetriever
https://docs.airbyte.com/connector-development/config-based/understanding-the-yaml-file/reference#/definitions/AsyncRetriever

Good luck figuring out how it works and how to use it :slightly_smiling_face:

Thanks for your answer, I’ll check this.