I create a custom connector and I want to delete it from the UI , so it wont be shown there .
How should I do it ?
Hey, we store all the data in the database you can delete it from the db directly.
But make sure you delete all the sources/destinations related to that connector deleted before removing it from the database
Thanks !
Do you have a documentation about the DB ? Or query examples ?
1 Like
If you have used airbyte-db and not the external one. You can exec into it based on docker or k8s deployment.
If you are using the latest version you will find actor_definition table which you can check