Skip to content

Commit 6ea3e41

Browse files
natalyjazzviolinmrhallaksergio-roperoevantahleroctavia-squidington-iii
authored andcommitted
[non-forked] šŸ› Source Stripe: Add missing field (cancel_at) to the Subscriptions stream (airbytehq#23452)
* Add missing field to the stream * Update stripe.md * Update connectors.md * Update stripe.md * Revert version bump. * Enables high test strictness level. * Automated Change * auto-bump connector version --------- Co-authored-by: Mohamad Hallak <[email protected]> Co-authored-by: Sergio Ropero <[email protected]> Co-authored-by: natalyjazzviolin <[email protected]> Co-authored-by: Evan Tahler <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
1 parent 83bc4ef commit 6ea3e41

File tree

7 files changed

+12
-5
lines changed

7 files changed

+12
-5
lines changed

ā€Žairbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@
19121912
- name: Stripe
19131913
sourceDefinitionId: e094cb9a-26de-4645-8761-65c0c425d1de
19141914
dockerRepository: airbyte/source-stripe
1915-
dockerImageTag: 3.0.0
1915+
dockerImageTag: 3.0.1
19161916
documentationUrl: https://docs.airbyte.com/integrations/sources/stripe
19171917
icon: stripe.svg
19181918
sourceType: api

ā€Žairbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14639,7 +14639,7 @@
1463914639
supportsNormalization: false
1464014640
supportsDBT: false
1464114641
supported_destination_sync_modes: []
14642-
- dockerImage: "airbyte/source-stripe:3.0.0"
14642+
- dockerImage: "airbyte/source-stripe:3.0.1"
1464314643
spec:
1464414644
documentationUrl: "https://docs.airbyte.com/integrations/sources/stripe"
1464514645
connectionSpecification:

ā€Žairbyte-integrations/connectors/source-stripe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ COPY main.py ./
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=3.0.0
15+
LABEL io.airbyte.version=3.0.1
1616
LABEL io.airbyte.name=airbyte/source-stripe

ā€Žairbyte-integrations/connectors/source-stripe/sample_files/configured_catalog.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3440,6 +3440,9 @@
34403440
"cancel_at_period_end": {
34413441
"type": ["null", "boolean"]
34423442
},
3443+
"cancel_at": {
3444+
"type": ["null", "number"]
3445+
},
34433446
"tax_percent": {
34443447
"type": ["null", "number"]
34453448
},

ā€Žairbyte-integrations/connectors/source-stripe/source_stripe/schemas/subscriptions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"canceled_at": {
99
"type": ["null", "number"]
1010
},
11+
"cancel_at": {
12+
"type": ["null", "number"]
13+
},
1114
"livemode": {
1215
"type": ["null", "boolean"]
1316
},

ā€Žconnectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
| **Square** | <img alt="Square icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/square.svg" height="30" height="30"/> | Source | airbyte/source-square:0.2.1 | beta | [link](https://docs.airbyte.com/integrations/sources/square) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-square) | <small>`77225a51-cd15-4a13-af02-65816bd0ecf4`</small> |
223223
| **Statuspage** | <img alt="Statuspage icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/statuspage.svg" height="30" height="30"/> | Source | airbyte/source-statuspage:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/statuspage) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-statuspage) | <small>`74cbd708-46c3-4512-9c93-abd5c3e9a94d`</small> |
224224
| **Strava** | <img alt="Strava icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/strava.svg" height="30" height="30"/> | Source | airbyte/source-strava:0.1.2 | alpha | [link](https://docs.airbyte.com/integrations/sources/strava) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-strava) | <small>`7a4327c4-315a-11ec-8d3d-0242ac130003`</small> |
225-
| **Stripe** | <img alt="Stripe icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/stripe.svg" height="30" height="30"/> | Source | airbyte/source-stripe:3.0.0 | generally_available | [link](https://docs.airbyte.com/integrations/sources/stripe) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-stripe) | <small>`e094cb9a-26de-4645-8761-65c0c425d1de`</small> |
225+
| **Stripe** | <img alt="Stripe icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/stripe.svg" height="30" height="30"/> | Source | airbyte/source-stripe:3.0.1 | generally_available | [link](https://docs.airbyte.com/integrations/sources/stripe) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-stripe) | <small>`e094cb9a-26de-4645-8761-65c0c425d1de`</small> |
226226
| **SurveyCTO** | <img alt="SurveyCTO icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/surveycto.svg" height="30" height="30"/> | Source | airbyte/source-surveycto:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/surveycto) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-surveycto) | <small>`dd4632f4-15e0-4649-9b71-41719fb1fdee`</small> |
227227
| **SurveyMonkey** | <img alt="SurveyMonkey icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/surveymonkey.svg" height="30" height="30"/> | Source | airbyte/source-surveymonkey:0.1.15 | generally_available | [link](https://docs.airbyte.com/integrations/sources/surveymonkey) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-surveymonkey) | <small>`badc5925-0485-42be-8caa-b34096cb71b5`</small> |
228228
| **SurveySparrow** | <img alt="SurveySparrow icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/surveysparrow.svg" height="30" height="30"/> | Source | airbyte/source-survey-sparrow:0.2.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/survey-sparrow) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-survey-sparrow) | <small>`4a4d887b-0f2d-4b33-ab7f-9b01b9072804`</small> |

ā€Ždocs/integrations/sources/stripe.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The Stripe source connector supports the following streams:
5353
- [Coupons](https://stripe.com/docs/api/coupons/list) \(Incremental\)
5454
- [Customer Balance Transactions](https://stripe.com/docs/api/customer_balance_transactions/list)
5555
- [Customers](https://stripe.com/docs/api/customers/list) \(Incremental\)
56-
- This endpoint does not include deleted customers
56+
- This endpoint does not include deleted customers
5757
- [Disputes](https://stripe.com/docs/api/disputes/list) \(Incremental\)
5858
- [Events](https://stripe.com/docs/api/events/list) \(Incremental\)
5959
- The Stripe API does not guarantee access to events older than 30 days, so this stream will only pull events created from the 30 days prior to the initial sync and not from the Replication start date.
@@ -82,6 +82,7 @@ The Stripe connector should not run into Stripe API limitations under normal usa
8282

8383
| Version | Date | Pull Request | Subject |
8484
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
85+
| 3.0.1 | 2023-02-22 | [22898](https://github.com/airbytehq/airbyte/pull/22898) | Add missing column to Subscriptions stream |
8586
| 3.0.0 | 2023-02-21 | [23295](https://github.com/airbytehq/airbyte/pull/23295) | Fix invoice schema |
8687
| 2.0.0 | 2023-02-14 | [22312](https://github.com/airbytehq/airbyte/pull/22312) | Another fix of `Invoices` stream schema + Remove http urls from openapi_spec.json |
8788
| 1.0.2 | 2023-02-09 | [22659](https://github.com/airbytehq/airbyte/pull/22659) | Set `AvailabilityStrategy` for all streams |

0 commit comments

Comments
Ā (0)