-
Notifications
You must be signed in to change notification settings - Fork 4.4k
/
Copy pathmetadata.yaml
90 lines (90 loc) · 2.89 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
data:
ab_internal:
ql: 300
sl: 300
allowedHosts:
hosts:
- ${host}
- ${tunnel_method.tunnel_host}
connectorSubtype: database
connectorType: source
definitionId: 435bb9a5-7887-4809-aa58-28c27df0d7ad
dockerImageTag: 3.5.0
dockerRepository: airbyte/source-mysql
documentationUrl: https://docs.airbyte.com/integrations/sources/mysql
githubIssueLabel: source-mysql
icon: mysql.svg
license: ELv2
maxSecondsBetweenMessages: 7200
name: MySQL
registries:
cloud:
enabled: true
oss:
enabled: true
releaseStage: generally_available
releases:
breakingChanges:
3.0.0:
message: Add default cursor for cdc
upgradeDeadline: "2023-08-17"
supportLevel: certified
tags:
- language:java
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
testSecrets:
- name: SECRET_SOURCE-MYSQL_SSH-KEY-REPL__CREDS
fileName: ssh-key-repl-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-MYSQL_SSH-KEY__CREDS
fileName: ssh-key-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-MYSQL_SSH-PWD-REPL__CREDS
fileName: ssh-pwd-repl-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-MYSQL_SSH-PWD__CREDS
fileName: ssh-pwd-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE_MYSQL_PERFORMANCE_TEST_CREDS
fileName: performance-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-MYSQL_SSH-KEY-REPL__CREDS
fileName: ssh-key-repl-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-MYSQL_SSH-KEY__CREDS
fileName: ssh-key-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-MYSQL_SSH-PWD-REPL__CREDS
fileName: ssh-pwd-repl-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-MYSQL_SSH-PWD__CREDS
fileName: ssh-pwd-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE_MYSQL_PERFORMANCE_TEST_CREDS
fileName: performance-config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"