Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: btkcodedev <btk.codedev@gmail.com> Co-authored-by: Anjay Goel <anjay.g@dashtoon.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Baz <oleksandr.bazarnov@globallogic.com> Co-authored-by: Natalie Kwong <38087517+nataliekwong@users.noreply.github.com> Co-authored-by: Audrey Maldonado <audrey.maldonado@gmail.com> Co-authored-by: gosusnp <gosusnp@users.noreply.github.com> Co-authored-by: Augustin <augustin@airbyte.io> Co-authored-by: Abdul Rahman Zantout <abed-zantout@live.com> Co-authored-by: Anatolii Yatsuk <35109939+tolik0@users.noreply.github.com> Co-authored-by: Dhroov Makwana <pabloescoder@gmail.com> Co-authored-by: Alexandre Girard <alexandre@airbyte.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: Ben Church <ben@airbyte.io> Co-authored-by: Justin Flannery <juftin@juftin.com> Co-authored-by: Mal Hancock <mallory@archangelic.space> Co-authored-by: Enrique Alcázar Garzás <enrique.alcazar@omniloy.com> Co-authored-by: Daniela García Nistor <58893405+gndaniela@users.noreply.github.com> Co-authored-by: Carlo Nuccio <carlonuccio91@gmail.com> Co-authored-by: Natik Gadzhi <natik@respawn.io> Co-authored-by: Charlie Duong <charlie.duong@hey.com> Co-authored-by: Yue Li <61070669+theyueli@users.noreply.github.com> Co-authored-by: Cristina Mariscal <166420606+cmm-airbyte@users.noreply.github.com> Co-authored-by: cristina.mariscal <cristina.mariscal@cristina.mariscal--MacBook-Pro---DFJ27FJFXX> Co-authored-by: Gonzalo Villafañe Tapia <gvillafanetapia@gmail.com> Co-authored-by: Jérémy Denquin <jdenquin@users.noreply.github.com> Co-authored-by: Maxime Carbonneau-Leclerc <3360483+maxi297@users.noreply.github.com> Co-authored-by: williammcguinness <wmcguinness@findoctave.com> Co-authored-by: Marius Posta <marius@airbyte.io> Co-authored-by: Stephane Geneix <147216312+stephane-airbyte@users.noreply.github.com> Co-authored-by: Gireesh Sreepathi <gisripa@gmail.com> Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com> Co-authored-by: Danylo Jablonski <150933663+DanyloGL@users.noreply.github.com> Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com> Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
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.4.18
|
|
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"
|