Octavia CLI cannot create custom connectors

I have a question regarding the Octavia CLI. Is it possible to create custom connectors using the Octavia CLI for Airbyte?

I have checked the Octavia CLI documentation and it does not seem to have any commands related to connector creation. Could someone please clarify if it is possible to create custom connectors using Octavia CLI or if there is another recommended method? If it is not possible, I would like to request the implementation of this feature in the Octavia CLI. Thank you in advance for your help.

Hi, I don’t think it possible to create custom connectors using octavia cli. From my understanding of octavia-cli, it’s a command line interface that helps you manage data integration configurations (source, destination and connections) in a declarative way using YAML files.

To create custom connectors though, you can refer to this page: Connector Development | Airbyte Documentation that explains different methods you can use. Hope it helps