Heya, we have had some success creating sources an...
# airbyte-api
d
Heya, we have had some success creating sources and destinations and connections via the api but are struggling to understand if its possible to also create like a source using a custom connector that is not part of the ENUM in the api docs for source type. are custom connectors not supported as part of the API or am i missing something?
b
That is not currently supported, but is on our roadmap.
d
thanks @Bryce Groff (Airbyte) this one was pretty crucial for us as we are developing a lot of custom connectors. do you know if there is an easy way for us to implement this by forking the api server or something in the meantime or would you say its a lot of work (without looking at the api server code ourselves)