Summary
Custom connector not appearing in UI settings after following development steps
Question
I’ve built a custom connector, but after following the steps https://docs.airbyte.com/contributing-to-airbyte/resources/developing-locally#add-a-connector-under-development-to-airbyte|here I don’t see it at all in the Settings of the UI
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
["custom-connector", "ui-settings", "development-steps"]
<@U04SE163WC8> This is for local development
<@U04SE163WC8> This is for local connector development
Can you describe here what steps you executed?
<@U01MMSDJGC9> Yes for sure
For context I have airbyte forked in my own repo and doing this locally
- Run Airbyte by
- I have the
airbyte-ci
tool downloaded so i run ( I replace <source-name> with my connector name)
I did confirm I can see my connector in my local docker
-
I am able to get to <http://localhost:8000/>
.
-
Log in with the default user airbyte
and default password password
.
-
Go to Settings
(gear icon in lower left corner) - although this is not in the lower left corner anymore it’s on the middle of the left side bar but I’m sure just a UI change
-
once I get to sources I don’t see my connector listed and I can’t update it to the dev
tag like listed in the documentation
You need to add the connector manually
building the connector locally only build the docker image it wont’ add to the catalog.