-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathmetadata.yaml
71 lines (71 loc) · 2.35 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
data:
ab_internal:
ql: 400
sl: 200
allowedHosts:
hosts:
- slack.com
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
connectorSubtype: api
connectorType: source
definitionId: c2281cee-86f9-4a86-bb48-d23286b4c7bd
dockerImageTag: 1.3.2
dockerRepository: airbyte/source-slack
documentationUrl: https://docs.airbyte.com/integrations/sources/slack
githubIssueLabel: source-slack
icon: slack.svg
license: MIT
maxSecondsBetweenMessages: 60
name: Slack
remoteRegistries:
pypi:
enabled: true
packageName: airbyte-source-slack
registryOverrides:
cloud:
enabled: true
oss:
enabled: true
releaseStage: generally_available
releases:
breakingChanges:
1.0.0:
message: The source Slack connector is being migrated from the Python CDK to our declarative low-code CDK. Due to changes in the handling of state format for incremental substreams, this migration constitutes a breaking change for the channel_messages stream. Users will need to reset source configuration, refresh the source schema and reset the channel_messages stream after upgrading. For more information, see our migration documentation for source Slack.
upgradeDeadline: "2024-04-29"
scopedImpact:
- scopeType: stream
impactedScopes:
- "channel_messages"
suggestedStreams:
streams:
- users
- channels
- channel_messages
- channel_members
- threads
supportLevel: certified
tags:
- language:python
- cdk:low-code
connectorTestSuitesOptions:
- suite: liveTests
testConnections:
- name: slack_config_oauth_dev_null
id: 4219c9e8-af56-4eaf-bf7d-b5578d446a74
- name: slack_config_dev_null
id: b6e9e649-2899-4589-81c4-79df81a7a210
- suite: unitTests
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-SLACK_OAUTH__CREDS
fileName: config_oauth.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-SLACK__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"