-
Notifications
You must be signed in to change notification settings - Fork 4.4k
/
Copy pathmetadata.yaml
60 lines (60 loc) · 1.81 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
data:
ab_internal:
ql: 200
sl: 100
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: file
connectorType: source
definitionId: 2a8c41ae-8c23-4be0-a73f-2ab10ca1a820
dockerImageTag: 0.6.7
dockerRepository: airbyte/source-gcs
documentationUrl: https://docs.airbyte.com/integrations/sources/gcs
githubIssueLabel: source-gcs
icon: gcs.svg
license: ELv2
name: GCS
remoteRegistries:
pypi:
enabled: true
packageName: airbyte-source-gcs
registryOverrides:
cloud:
enabled: true
oss:
enabled: true
releaseStage: alpha
supportLevel: community
tags:
- language:python
- cdk:python-file-based
connectorTestSuitesOptions:
- suite: liveTests
testConnections:
- name: gcs_old_config_dev_null
id: 15721043-acf6-4ddf-907b-0930e38d4a00
- name: gcs_config_dev_null
id: 355ebb52-1126-4275-a77e-a09017c9e5c0
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-GCS_OLD__CREDS
fileName: old_config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-GCS__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-GCS_JSONL__CREDS
fileName: config_jsonl.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-GCS_GLOB__CREDS
fileName: config_glob.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"