Hello, I tried to develop my first Connector (Python) and I cannot see it in the interface. I read this :
https://docs.airbyte.com/connector-development/tutorials/building-a-python-source#step-11-add-the-connector-to-the-apiui
1- build docker image docker build . -t airbyte/source-custom:dev
2- Add this to source_definitions.yaml
- name: Custom
sourceDefinitionId: 1cdad10e-1cc3-11ed-861d-0242ac120002
dockerRepository: airbyte/source-custom
dockerImageTag: dev
documentationUrl: https://docs.com
icon: airtable.svg
sourceType: api
releaseStage: alpha
3 - With or without remvongin the volume created by docker-compose up.
Not any success. Any ideas ?