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