1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/airbyte-integrations/connectors/source-postgres/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

78 lines
2.5 KiB
YAML

data:
ab_internal:
ql: 400
sl: 300
allowedHosts:
hosts:
- ${host}
- ${tunnel_method.tunnel_host}
connectorSubtype: database
connectorType: source
definitionId: decd338e-5647-4c0b-adf4-da0e75f5a750
dockerImageTag: 3.7.0
dockerRepository: airbyte/source-postgres
documentationUrl: https://docs.airbyte.com/integrations/sources/postgres
githubIssueLabel: source-postgres
icon: postgresql.svg
license: ELv2
maxSecondsBetweenMessages: 7200
name: Postgres
registryOverrides:
cloud:
enabled: true
oss:
enabled: true
releaseStage: generally_available
supportLevel: certified
tags:
- language:java
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:2.0.1@sha256:ec89bd1a89e825514dd2fc8730ba299a3ae1544580a078df0e35c5202c2085b3
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
testSecrets:
- name: SECRET_SOURCE-POSTGRES_CDC__CREDS
fileName: config_cdc.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-POSTGRES__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE_POSTGRES_PERFORMANCE_TEST_CREDS
fileName: performance-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-POSTGRES_CDC__CREDS
fileName: config_cdc.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-POSTGRES__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE_POSTGRES_PERFORMANCE_TEST_CREDS
fileName: performance-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
externalDocumentationUrls:
- title: PostgreSQL documentation
url: https://www.postgresql.org/docs/
type: api_reference
- title: Release Notes
url: https://www.postgresql.org/docs/release/
type: api_release_history
- title: PostgreSQL authentication
url: https://www.postgresql.org/docs/current/auth-methods.html
type: authentication_guide
metadataSpecVersion: "1.0"