File tree 1 file changed +13
-14
lines changed
airbyte-integrations/connectors/source-faker
1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 4
4
sl : 100
5
5
allowedHosts :
6
6
hosts : []
7
- connectorBuildOptions :
8
- baseImage : airbyte-python-connector-base:1.1.0
9
7
connectorSubtype : api
10
8
connectorType : source
11
9
definitionId : dfd88b22-b603-4c3d-aad7-3701784586b1
@@ -26,23 +24,24 @@ data:
26
24
breakingChanges :
27
25
4.0.0 :
28
26
message : This is a breaking change message
29
- upgradeDeadline : ' 2023-07-19'
27
+ upgradeDeadline : " 2023-07-19"
30
28
5.0.0 :
31
- message : ID and products.year fields are changing to be integers instead of
29
+ message :
30
+ ID and products.year fields are changing to be integers instead of
32
31
floats.
33
- upgradeDeadline : ' 2023-08-31'
32
+ upgradeDeadline : " 2023-08-31"
34
33
resourceRequirements :
35
34
jobSpecific :
36
- - jobType : sync
37
- resourceRequirements :
38
- cpu_limit : ' 4.0'
39
- cpu_request : ' 1.0'
35
+ - jobType : sync
36
+ resourceRequirements :
37
+ cpu_limit : " 4.0"
38
+ cpu_request : " 1.0"
40
39
suggestedStreams :
41
40
streams :
42
- - users
43
- - products
44
- - purchases
41
+ - users
42
+ - products
43
+ - purchases
45
44
supportLevel : community
46
45
tags :
47
- - language:python
48
- metadataSpecVersion : ' 1.0'
46
+ - language:python
47
+ metadataSpecVersion : " 1.0"
You can’t perform that action at this time.
0 commit comments