This is the repository for the Oracle only source connector in Java. For information about how to use this connector within Airbyte, see User Documentation
From the Airbyte repository root, run:
./gradlew :airbyte-integrations:connectors:source-oracle:build
Build the connector image via Gradle:
./gradlew :airbyte-integrations:connectors:source-oracle:buildConnectorImage
Once built, the docker image name and tag on your host will be airbyte/source-oracle:dev
.
the Dockerfile.
We use JUnit
for Java tests.
To run acceptance and custom integration tests:
./gradlew :airbyte-integrations:connectors:source-oracle:integrationTest