Custom Connector Not Showing in UI Settings

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"]

New message text here

<@U04SE163WC8> This is for local development

<@U04SE163WC8> This is for local connector development

A message from http://kapa.ai|kapa.ai

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

  1. Run Airbyte by
  1. 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

  1. I am able to get to <http://localhost:8000/>.

  2. Log in with the default user airbyte and default password password.

  3. 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

  4. 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.