Creating SAP Connector for Airbyte

Summary

Creating a connector for SAP’s BW module in Airbyte for a new user


Question

Can anyone tell me how difficult it’s to create a connector with SAP?
I need a connector with SAP’s BW module and I know that SAP itself complicates things sometimes
And I’m new to 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

["creating-connector", "sap-bw", "airbyte", "new-user"]

Pretty much anything that is a well-structured REST API with standard authentication will be pretty easy to build through Connection Builder (which will output the low-code connector).

A lot of it depends on what endpoints you need, but you could likely have your answer by trying to get authentication working and building the first few endpoints there and you’ll get a feel for how it will be in your first 30 minutes