I have set up a source on the builder UI but don't...
# help-connector-development
c
I have set up a source on the builder UI but don't know where all the code when I created that source is located? Please help me find the source folder that I build on Builder UI
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the [Connector Builder UI tutorial](https://docs.airbyte.com/connector-development/connector-builder-ui/tutorial) and the [Connector Builder UI overview](https://docs.airbyte.com/connector-development/connector-builder-ui/overview) for more information on working with the Builder UI in Airbyte.
j
There is no source code, your connector is stored in the internal Airbyte db
You can download it as a yaml file with the button in the bottom left
Check the Airbyte documentation about connector builder and the low code cdk for more details how these things work under the hood
c
Is there a way to conduct a list of ids from an API link to a stream? Because partitioning in connector builder UI doesn't support API link, can you give me some advices about this situation?
j
Can you explain with examples what you are referring to? I don’t think I fully understand
c
Okay, no problems. I have an example similar to this: I have a list of workflows and a list of stages. In order to get the stages, I need the id of each workflow
j
That sounds like a use case for substream partitioning
c
Thanks a lot. I found it. You've rescued me from the death
Besides, there are some sources and destinations which I dont need and i wanna remove them out of my source code without any errors when i build airbyte. Is there a way to do such thing like that?
j
They are not bundled - each source and destination is a separate docker image and loaded on demand
So “removing” them would only remove the option from the UI, but not speed anything up
c
That is exactly what i want. So I only need to remove the folders, right?
j
No, the platform needs to be built from a separate repository: https://github.com/airbytehq/airbyte-platform/tree/main
I’m not sure how to remove connector definitions
It’s probably easier to log into the internal db and remove the definitions from the database
Please start a new thread so someone can help you with that, I’m not close to a computer right now
c
Okay. I will contact back if there are any problems when using Airbyte. Thank you so much for supporting me