File tree Expand file tree Collapse file tree 5 files changed +28
-13
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-stripe
docs/integrations/sources Expand file tree Collapse file tree 5 files changed +28
-13
lines changed Original file line number Diff line number Diff line change 1047
1047
- name : Stripe
1048
1048
sourceDefinitionId : e094cb9a-26de-4645-8761-65c0c425d1de
1049
1049
dockerRepository : airbyte/source-stripe
1050
- dockerImageTag : 0.1.39
1050
+ dockerImageTag : 0.1.40
1051
1051
documentationUrl : https://docs.airbyte.com/integrations/sources/stripe
1052
1052
icon : stripe.svg
1053
1053
sourceType : api
Original file line number Diff line number Diff line change 11029
11029
type : " string"
11030
11030
path_in_connector_config :
11031
11031
- " client_secret"
11032
- - dockerImage : " airbyte/source-stripe:0.1.39 "
11032
+ - dockerImage : " airbyte/source-stripe:0.1.40 "
11033
11033
spec :
11034
11034
documentationUrl : " https://docs.airbyte.com/integrations/sources/stripe"
11035
11035
connectionSpecification :
11086
11086
- 180
11087
11087
- 360
11088
11088
description : " The time increment used by the connector when requesting data\
11089
- \ from the Stripe API. The bigger the value is, the less requests will\
11089
+ \ from the Stripe API. The bigger the value is, the less requests will\
11090
11090
\ be made and faster the sync will be. On the other hand, the more seldom\
11091
- \ the state is persisted."
11091
+ \ the state is persisted."
11092
11092
order : 4
11093
11093
supportsNormalization : false
11094
11094
supportsDBT : false
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ COPY main.py ./
12
12
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
- LABEL io.airbyte.version=0.1.39
15
+ LABEL io.airbyte.version=0.1.40
16
16
LABEL io.airbyte.name=airbyte/source-stripe
Original file line number Diff line number Diff line change 124
124
}
125
125
}
126
126
},
127
- "afterpay_clearpay" : {},
128
- "alipay" : {},
127
+ "afterpay_clearpay" : {
128
+ "type" : [" null" , " string" ]
129
+ },
130
+ "alipay" : {
131
+ "type" : [" null" , " string" ]
132
+ },
129
133
"au_becs_debit" : {
130
134
"type" : [" null" , " object" ],
131
135
"properties" : {
154
158
}
155
159
}
156
160
},
157
- "bancontact" : {},
161
+ "bancontact" : {
162
+ "type" : [" null" , " string" ]
163
+ },
158
164
"billing_details" : {
159
165
"type" : [" null" , " object" ],
160
166
"properties" : {
372
378
"wallet" : {
373
379
"type" : [" null" , " object" ],
374
380
"properties" : {
375
- "amex_express_checkout" : {},
376
- "apple_pay" : {},
381
+ "amex_express_checkout" : {
382
+ "type" : [" null" , " string" ]
383
+ },
384
+ "apple_pay" : {
385
+ "type" : [" null" , " string" ]
386
+ },
377
387
"dynamic_last4" : {
378
388
"type" : [" null" , " string" ]
379
389
},
380
- "google_pay" : {},
390
+ "google_pay" : {
391
+ "type" : [" null" , " string" ]
392
+ },
381
393
"masterpass" : {
382
394
"type" : [" null" , " object" ],
383
395
"properties" : {
435
447
}
436
448
}
437
449
},
438
- "samsung_pay" : {},
450
+ "samsung_pay" : {
451
+ "type" : [" null" , " string" ]
452
+ },
439
453
"type" : {
440
454
"type" : [" null" , " string" ]
441
455
},
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ The Stripe connector should not run into Stripe API limitations under normal usa
75
75
## Changelog
76
76
77
77
| Version | Date | Pull Request | Subject |
78
- | :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
78
+ | :--------| :-----------| :---------------------------------------------------------| :-----------------------------------------------------------------------------------------------------------------------------------------------------|
79
+ | 0.1.40 | 2022-10-20 | [ 18228] ( https://github.com/airbytehq/airbyte/pull/18228 ) | Update the ` Payment Intents ` stream schema |
79
80
| 0.1.39 | 2022-09-28 | [ 17304] ( https://github.com/airbytehq/airbyte/pull/17304 ) | Migrate to per-stream states. |
80
81
| 0.1.38 | 2022-09-09 | [ 16537] ( https://github.com/airbytehq/airbyte/pull/16537 ) | Fix ` redeem_by ` field type for ` customers ` stream |
81
82
| 0.1.37 | 2022-08-16 | [ 15686] ( https://github.com/airbytehq/airbyte/pull/15686 ) | Fix the bug when the stream couldn't be fetched due to limited permission set, if so - it should be skipped |
You can’t perform that action at this time.
0 commit comments