Hello everyone, Attempting to create Airbyte conn...
# help-connector-development
v
Hello everyone, Attempting to create Airbyte connector using Java wherein whilst executing the standard test cases in our local environment some of which are failing. It is looking for files "destination_config.json" and "destination_catalog.json". These files does not exist in airbyte repo. When checked for logs, found that it is searching for these files under directory "/data/job". This directory generated during test case execution using below command : {"type":"LOG","log":{"level":"INFO","message":"INFO i.a.w.p.DockerProcessFactory(create):176 Preparing command: docker run --rm --init -i -w /data/job --log-driver none --name destination-vertica-check-0-0-zjnzg --network host -v /tmp/airbyte_tests/test14836968802016406834:/data -v /tmp/airbyte_tests/output4991573947145016338:/local -e USE_STREAM_CAPABLE_STATE=false -e FIELD_SELECTION_WORKSPACES= -e APPLY_FIELD_SELECTION=false -e WORKER_CONNECTOR_IMAGE=airbyte/destination-vertica:dev -e WORKER_JOB_ATTEMPT=0 -e AUTO_DETECT_SCHEMA=true -e WORKER_JOB_ID=0 airbyte/destination-vertica:dev check --config source_config.json"}} Also, our PR needs review. Kindly suggest if that can be reviewed by someone from Airbyte team : https://github.com/airbytehq/airbyte/pull/25682 Many Thanks in advance. Kind Regards/Vivek
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, I can suggest you to check the [Airbyte documentation](https://docs.airbyte.com) and [Airbyte tutorials](https://airbyte.io/tutorials) for more information on creating connectors and troubleshooting issues. Additionally, you can join the [Airbyte Slack community](https://slack.airbyte.io) to ask for help and discuss your issue with other users and the Airbyte team.