Oracle Source
Documentation
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
Local development
Building via Gradle
From the Airbyte repository root, run:
./gradlew :airbyte-integrations:connectors:source-oracle:build
Locally running the connector docker image
Build
Build the connector image via Gradle:
./gradlew :airbyte-integrations:connectors:source-oracle:airbyteDocker
When building via Gradle, the docker image name and tag, respectively, are the values of the io.airbyte.name and io.airbyte.version LABELs in
the Dockerfile.
Testing
We use JUnit for Java tests.
Test Configuration
Acceptance Tests
To run acceptance and custom integration tests:
./gradlew :airbyte-integrations:connectors:source-oracle:integrationTest