Hi everyone!<p>On the Airbyte team, we’ve been working on improving the way we could create new ELT connectors without code or local dev. The result of all this effort is what we’re releasing today: a no-code connector builder [1].<p>The best to showcase it is through a preview video [2]. It handles authentication, pagination, rate limiting, schema handling, transformation, response decoding...actually everything except which data to pull and how.<p>Today, the connector builder is best suited for synchronous HTTP API connectors. We’ve published a compatibility guide [3] which can help you identify if a specific API is a fit for the connector builder. As we support more components, we expect that the vast majority of API connector needs will be supported.<p>Would love to hear any thoughts about it!<p>1. https://airbyte.com/blog/launching-the-no-code-connector-builder-build-custom-connectors-in-minutes<p>2. https://www.youtube.com/watch?v=mE655VHbP-c&t=1s<p>3. https://docs.airbyte.com/connector-development/connector-builder-ui/connector-builder-compatibility/
This is so awesome! Last time I used airbyte it look just a little bit of writing code to get this obscure Rest API to sync.<p>I kept feeling like there must be a more generic way to do this for any API.<p>So glad to see that you're headed this direction.