Hello Team, I have a couple of quetions could you ...
# help-connector-development
k
Hello Team, I have a couple of quetions could you please help me know before that i will just try to understand you guys what i am trying to achieve Detailed Description: SO I have pulled the opensource airbyte for developing a custom source with sap hana and i was succesful in developing the required functions(check, read, discover) and i checked them using python main.py check, discover read with secrets and catalog during read. After that i have built the image of custom source accorfing to Readme. From here i was Stuck in few problems. Problems: #1 How can i see my custom source in airbyte ui after developing , are there any next steps i need to do after implementing those function like configuring sourcedefnitions etc..If like that can i have any detailed documentation. #2 Do we need to configure Aws cred in .env file in Repo in order to connect to s3 destination #3 Do we have any docker command that reads the configured catalog and writes into local json or some other destination !Please Help me in above Problems .
f
You have to follow the last step (build with docker) then push that image to a docker repository. https://docs.airbyte.com/operator-guides/using-custom-connectors I just followed the Azure CR quickstart and it worked flawlessly.