Skip to content

Commit

Permalink
source-oracle: Use airbyte/java-connector-base:1.0.0 (#49883)
Browse files Browse the repository at this point in the history
Co-authored-by: Octavia Squidington III <[email protected]>
  • Loading branch information
alafanechere and octavia-squidington-iii authored Dec 19, 2024
1 parent 3232004 commit 0822a22
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions airbyte-integrations/connectors/source-oracle/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@ data:
hosts:
- ${host}
- ${tunnel_method.tunnel_host}
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a
connectorSubtype: database
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
testSecrets:
- fileName: performance-config.json
name: SECRET_SOURCE_ORACLE_PERFORMANCE_TEST_CREDS
secretStore:
alias: airbyte-connector-testing-secret-store
type: GSM
connectorType: source
definitionId: b39a7370-74c3-45a6-ac3a-380d48520a83
dockerImageTag: 0.5.2
dockerImageTag: 0.5.3
dockerRepository: airbyte/source-oracle
documentationUrl: https://docs.airbyte.com/integrations/sources/oracle
githubIssueLabel: source-oracle
Expand All @@ -18,7 +29,7 @@ data:
name: Oracle DB
registryOverrides:
cloud:
dockerImageTag: 0.5.2
dockerImageTag: 0.5.3
dockerRepository: airbyte/source-oracle-strict-encrypt
enabled: true
oss:
Expand All @@ -27,13 +38,4 @@ data:
supportLevel: community
tags:
- language:java
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
testSecrets:
- name: SECRET_SOURCE_ORACLE_PERFORMANCE_TEST_CREDS
fileName: performance-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"

0 comments on commit 0822a22

Please sign in to comment.