Hi team, Not sure if this is the right channel. I...
# ask-community-for-troubleshooting
t
Hi team, Not sure if this is the right channel. I'm currently developing a new destination for the Exasol databasse based on Java and JDBC and I'm following the tutorial and I'm extending AbstractJdbcDestination . Currently I'm blocked at the AcceptanceTest part and most tests fail with the following exception:
Copy code
io.airbyte.workers.exception.WorkerException: Could not find image: airbyte/destination-exasol:dev
I'm running the acceptance tests from the airbyte root folder and I have also run the spec and check commands succesfully before and I'm also able to load the connector in the local airbyte UI. Would be great to get some guidance from the airbyte team or people with experience building Java based destinations. Thanks a lot.
u
Hey! Have you compiled and built the connector image? You can do so with
./gradlew airbyte-integrations:connectors:destination-exasol:build
(double check the connector name please, I'm guessing here)
t
@Nataly Merezhuk (Airbyte) Yes i have built the image and I can also make it run the Airbyte UI, only missting item are the Acceptance test
@Nataly Merezhuk (Airbyte) found the issue, forgot to install jq, should have better read the docs 😉 https://airbyte.gitbook.io/airbyte/contributing-to-airbyte/developing-locally
n
Wonderful to hear, thanks for the update!
i
hi @Thomas Bestfleisch, Does it mean that the Exasol connector is available somewhere? I can help with its testing. 😉