Hey Team, I have created the custom connector for ...
# help-connector-development
a
Hey Team, I have created the custom connector for HTTP-API and trying to create a new connection using Airbyte UI. I have completed the first step by adding a newly created connector image to Airbyte source. But when I try to add destination for the source I am getting an unknown error which is I am not aware of, I have attached the screenshot for the error.
m
is the connector running all commands properly? (spec, check, discover and read)? Are you able to create a connection using another source?
a
yes all the commands are working properly
And yes I have tried the exchange rate api from documentation which is working fine
m
I hit the same issue when running Airbyte with
docker compose up
. When I built the platform and ran in
dev
mode (as documented here) it worked:
Copy code
SUB_BUILD=PLATFORM ./gradlew build
VERSION=dev docker compose up
But I wouldn't think I would need to do that as those steps (as I understand it) are for users who are contributing to the core platform
m
@Akash Ghadge please check the platform version https://github.com/airbytehq/airbyte/releases 32 and 31 has bugs. Please confirm the version and downgrade to 30 until next release.
a
Currently I am working with 0.40 version for airbyte
Do I still need to downgrade to 30 ?
m
Can you inform the patch version too? You should downgrade to 0.40.30
a
Could you please tell me where to look for patch version?
I got one question, after creating a docker image for custom connector can we run the image locally using cli instead of Airbyte UI on windows?
m
You test using CLI but connectors will work only using the Airbyte UI or configuring it with Octavia CLI
a
Apologies for the delay, I tried to add a connection to the custom source but again I am facing an same issue as before.
Also I have checked in network and console tab from web browser, where I get a error saying
TypeError: Cannot convert undefined or null to object
I have added the screen shot for the same below,
As suggested before I have used 40.30 version of the Airbyte.
If I have a bug in code of custom build connector, will I get this error? Just trying to find a root cause of the error. Thank you
m
Hi @Akash Ghadge, same error on my side...
a
Hi @Matthieu Rousseau Were you able to find what is causing the issue ?