1
0
mirror of synced 2025-12-22 11:31:02 -05:00
Files
airbyte/airbyte-integrations/connectors/source-oracle/metadata.yaml
Aaron ("AJ") Steers a7be6e6a0f chore: Sort externalDocumentationUrls by type then title (do not merge) (#69742)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-11-18 21:51:00 -08:00

52 lines
1.6 KiB
YAML

data:
ab_internal:
ql: 200
sl: 100
allowedHosts:
hosts:
- ${host}
- ${tunnel_method.tunnel_host}
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:2.0.3@sha256:119b8506bca069bbc8357a275936c7e2b0994e6947b81f1bf8d6ce9e16db7d47
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.7
dockerRepository: airbyte/source-oracle
documentationUrl: https://docs.airbyte.com/integrations/sources/oracle
githubIssueLabel: source-oracle
icon: oracle.svg
license: ELv2
name: Oracle DB
registryOverrides:
cloud:
dockerImageTag: 0.5.7
dockerRepository: airbyte/source-oracle-strict-encrypt
enabled: true
oss:
enabled: true
releaseStage: alpha
supportLevel: community
tags:
- language:java
externalDocumentationUrls:
- title: Oracle Database documentation
url: https://docs.oracle.com/en/database/
type: api_reference
- title: Oracle Database Release Notes
url: https://docs.oracle.com/en/database/oracle/oracle-database/
type: api_release_history
- title: Oracle authentication
url: https://docs.oracle.com/en/database/oracle/oracle-database/19/dbseg/introduction-to-oracle-database-security.html
type: authentication_guide
metadataSpecVersion: "1.0"