-
Notifications
You must be signed in to change notification settings - Fork 4.4k
/
Copy pathmetadata.yaml
60 lines (60 loc) · 1.73 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: 300
sl: 300
allowedHosts:
hosts:
- ${indexing.host}
- api.openai.com
- api.cohere.ai
- ${embedding.api_base}
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: vectorstore
connectorType: destination
definitionId: 7b7d7a0d-954c-45a0-bcfc-39a634b97736
dockerImageTag: 0.2.37
dockerRepository: airbyte/destination-weaviate
documentationUrl: https://docs.airbyte.com/integrations/destinations/weaviate
githubIssueLabel: destination-weaviate
icon: weaviate.svg
license: MIT
name: Weaviate
registryOverrides:
cloud:
enabled: true
oss:
enabled: true
releaseStage: alpha
releases:
breakingChanges:
0.2.0:
message: "After upgrading, you need to reconfigure the source. For more details check out the migration guide.\n"
upgradeDeadline: "2023-10-01"
resourceRequirements:
jobSpecific:
- jobType: sync
resourceRequirements:
memory_limit: 2Gi
memory_request: 2Gi
supportLevel: certified
tags:
- language:python
- cdk:python
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
testSecrets:
- name: SECRET_DESTINATION-WEAVIATE_CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- suite: acceptanceTests
testSecrets:
- name: SECRET_DESTINATION-WEAVIATE_CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"