|
4 | 4 | dockerImageTag: 0.1.3
|
5 | 5 | documentationUrl: https://docs.airbyte.io/integrations/destinations/azureblobstorage
|
6 | 6 | icon: azureblobstorage.svg
|
| 7 | + resourceRequirements: |
| 8 | + jobSpecific: |
| 9 | + - jobType: sync |
| 10 | + resourceRequirements: |
| 11 | + memory_limit: "1Gi" |
| 12 | + memory_request: "1Gi" |
7 | 13 | - name: Amazon SQS
|
8 | 14 | destinationDefinitionId: 0eeee7fb-518f-4045-bacc-9619e31c43ea
|
9 | 15 | dockerRepository: airbyte/destination-amazon-sqs
|
|
16 | 22 | dockerImageTag: 0.6.11
|
17 | 23 | documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery
|
18 | 24 | icon: bigquery.svg
|
| 25 | + resourceRequirements: |
| 26 | + jobSpecific: |
| 27 | + - jobType: sync |
| 28 | + resourceRequirements: |
| 29 | + memory_limit: "1Gi" |
| 30 | + memory_request: "1Gi" |
19 | 31 | - name: BigQuery (denormalized typed struct)
|
20 | 32 | destinationDefinitionId: 079d5540-f236-4294-ba7c-ade8fd918496
|
21 | 33 | dockerRepository: airbyte/destination-bigquery-denormalized
|
22 | 34 | dockerImageTag: 0.2.10
|
23 | 35 | documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery
|
24 | 36 | icon: bigquery.svg
|
| 37 | + resourceRequirements: |
| 38 | + jobSpecific: |
| 39 | + - jobType: sync |
| 40 | + resourceRequirements: |
| 41 | + memory_limit: "1Gi" |
| 42 | + memory_request: "1Gi" |
25 | 43 | - name: Cassandra
|
26 | 44 | destinationDefinitionId: 707456df-6f4f-4ced-b5c6-03f73bcad1c5
|
27 | 45 | dockerRepository: airbyte/destination-cassandra
|
|
63 | 81 | dockerImageTag: 0.1.24
|
64 | 82 | documentationUrl: https://docs.airbyte.io/integrations/destinations/gcs
|
65 | 83 | icon: googlecloudstorage.svg
|
| 84 | + resourceRequirements: |
| 85 | + jobSpecific: |
| 86 | + - jobType: sync |
| 87 | + resourceRequirements: |
| 88 | + memory_limit: "1Gi" |
| 89 | + memory_request: "1Gi" |
66 | 90 | - name: Google Firestore
|
67 | 91 | destinationDefinitionId: 27dc7500-6d1b-40b1-8b07-e2f2aea3c9f4
|
68 | 92 | dockerRepository: airbyte/destination-firestore
|
|
165 | 189 | dockerImageTag: 0.3.27
|
166 | 190 | documentationUrl: https://docs.airbyte.io/integrations/destinations/redshift
|
167 | 191 | icon: redshift.svg
|
| 192 | + resourceRequirements: |
| 193 | + jobSpecific: |
| 194 | + - jobType: sync |
| 195 | + resourceRequirements: |
| 196 | + memory_limit: "1Gi" |
| 197 | + memory_request: "1Gi" |
168 | 198 | - name: Rockset
|
169 | 199 | destinationDefinitionId: 2c9d93a7-9a17-4789-9de9-f46f0097eb70
|
170 | 200 | dockerRepository: airbyte/destination-rockset
|
|
176 | 206 | dockerImageTag: 0.2.9
|
177 | 207 | documentationUrl: https://docs.airbyte.io/integrations/destinations/s3
|
178 | 208 | icon: s3.svg
|
| 209 | + resourceRequirements: |
| 210 | + jobSpecific: |
| 211 | + - jobType: sync |
| 212 | + resourceRequirements: |
| 213 | + memory_limit: "1Gi" |
| 214 | + memory_request: "1Gi" |
179 | 215 | - name: SFTP-JSON
|
180 | 216 | destinationDefinitionId: e9810f61-4bab-46d2-bb22-edfc902e0644
|
181 | 217 | dockerRepository: airbyte/destination-sftp-json
|
|
189 | 225 | documentationUrl: https://docs.airbyte.io/integrations/destinations/snowflake
|
190 | 226 | icon: snowflake.svg
|
191 | 227 | resourceRequirements:
|
192 |
| - # this is our first example of setting these requirements. they are guesses, not data driven. |
193 |
| - # setting default cpu higher, because we have found that check and discover can be cpu constrained for dbs. |
194 |
| - default: |
195 |
| - cpu_limit: "1.0" |
196 |
| - cpu_request: "1.0" |
197 |
| - memory_limit: "300Mi" |
198 |
| - memory_request: "300Mi" |
199 | 228 | jobSpecific:
|
200 |
| - # sync jobs are generally IO and memory bound and not cpu. |
201 | 229 | - jobType: sync
|
202 | 230 | resourceRequirements:
|
203 |
| - cpu_limit: "0.5" |
204 |
| - cpu_request: "0.5" |
205 |
| - memory_limit: "600Mi" |
206 |
| - memory_request: "600Mi" |
| 231 | + memory_limit: "1Gi" |
| 232 | + memory_request: "1Gi" |
207 | 233 | - name: MariaDB ColumnStore
|
208 | 234 | destinationDefinitionId: 294a4790-429b-40ae-9516-49826b9702e1
|
209 | 235 | dockerRepository: airbyte/destination-mariadb-columnstore
|
|
0 commit comments