-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathmetadata.yaml
69 lines (69 loc) · 2.32 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
data:
ab_internal:
ql: 200
sl: 200
allowedHosts:
hosts:
- ${subdomain}.zendesk.com
- zendesk.com
connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:5.15.0@sha256:09a84e0622f36393077332faf11cc239e77083fae5fa500592c049dca25888a7
connectorSubtype: api
connectorType: source
definitionId: c8630570-086d-4a40-99ae-ea5b18673071
dockerImageTag: 1.1.0-rc.1
dockerRepository: airbyte/source-zendesk-talk
documentationUrl: https://docs.airbyte.com/integrations/sources/zendesk-talk
githubIssueLabel: source-zendesk-talk
icon: zendesk-talk.svg
license: MIT
maxSecondsBetweenMessages: 300
name: Zendesk Talk
remoteRegistries:
pypi:
enabled: false
packageName: airbyte-source-zendesk-talk
registryOverrides:
cloud:
enabled: true
oss:
enabled: true
releaseStage: generally_available
supportLevel: certified
releases:
breakingChanges:
1.0.0:
upgradeDeadline: "2024-05-31"
message: >-
The source Zendesk Talk connector is being migrated from the Python CDK
to our declarative low-code CDK. Due to changes to the incremental stream
state message format and the removal of a nonexistent field from the ivrs
stream schema, this migration constitutes a breaking change. After updating,
please reset your source before resuming syncs. For more information, see
our migration documentation for source Zendesk Talk.
rolloutConfiguration:
enableProgressiveRollout: true
tags:
- language:manifest-only
- cdk:low-code
connectorTestSuitesOptions:
- suite: liveTests
testConnections:
- name: zendesk-talk_config_dev_null
id: 22e00a6c-7c05-4a2a-bbbe-2b74dd788b7b
- name: zendesk-talk_config_old_dev_null
id: 7bfa51b9-6c79-43fa-8b5b-291d979dd710
- suite: unitTests
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-ZENDESK-TALK_OLD__CREDS
fileName: config_old.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-ZENDESK-TALK__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"