This patch includes multiple translation rules for additional top opaque and system error messages that can be converted to transient or config errors. Translation/error profiles are added to the exception handler class for Postgres and MySQL sources.
66 lines
2.0 KiB
YAML
66 lines
2.0 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.6.4
|
|
dockerRepository: airbyte/source-postgres
|
|
documentationUrl: https://docs.airbyte.com/integrations/sources/postgres
|
|
githubIssueLabel: source-postgres
|
|
icon: postgresql.svg
|
|
license: ELv2
|
|
maxSecondsBetweenMessages: 7200
|
|
name: Postgres
|
|
registries:
|
|
cloud:
|
|
enabled: true
|
|
oss:
|
|
enabled: true
|
|
releaseStage: generally_available
|
|
supportLevel: certified
|
|
tags:
|
|
- language:java
|
|
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
|
|
metadataSpecVersion: "1.0"
|