Skip to content

Commit

Permalink
Source Stripe: remove \n from field tax_id (#7729)
Browse files Browse the repository at this point in the history
* correct stripe schema

* bump connector version

* run seed config file

* run format
  • Loading branch information
marcosmarxm committed Nov 8, 2021
1 parent 88e2d2c commit 0a43fb7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "e094cb9a-26de-4645-8761-65c0c425d1de",
"name": "Stripe",
"dockerRepository": "airbyte/source-stripe",
"dockerImageTag": "0.1.22",
"dockerImageTag": "0.1.23",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/stripe",
"icon": "stripe.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
- name: Stripe
sourceDefinitionId: e094cb9a-26de-4645-8761-65c0c425d1de
dockerRepository: airbyte/source-stripe
dockerImageTag: 0.1.22
dockerImageTag: 0.1.23
documentationUrl: https://docs.airbyte.io/integrations/sources/stripe
icon: stripe.svg
sourceType: api
Expand Down
11 changes: 4 additions & 7 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-greenhouse:0.2.5"
- dockerImage: "airbyte/source-greenhouse:0.2.6"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/greenhouse"
connectionSpecification:
Expand Down Expand Up @@ -2306,7 +2306,7 @@
supportsDBT: false
supported_destination_sync_modes:
- "append"
- dockerImage: "airbyte/source-hubspot:0.1.22"
- dockerImage: "airbyte/source-hubspot:0.1.23"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/hubspot"
connectionSpecification:
Expand Down Expand Up @@ -2334,11 +2334,9 @@
- type: "object"
title: "Authenticate via Hubspot (Oauth)"
required:
- "redirect_uri"
- "client_id"
- "client_secret"
- "refresh_token"
- "access_token"
- "credentials_title"
properties:
credentials_title:
Expand Down Expand Up @@ -2406,7 +2404,6 @@
oauthFlowInitParameters:
- - "client_id"
- - "client_secret"
- - "refresh_token"
oauthFlowOutputParameters:
- - "refresh_token"
- dockerImage: "airbyte/source-db2:0.1.1"
Expand Down Expand Up @@ -4521,7 +4518,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-recharge:0.1.3"
- dockerImage: "airbyte/source-recharge:0.1.4"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/recharge"
connectionSpecification:
Expand Down Expand Up @@ -5419,7 +5416,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-stripe:0.1.22"
- dockerImage: "airbyte/source-stripe:0.1.23"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/stripe"
connectionSpecification:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-stripe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.22
LABEL io.airbyte.version=0.1.23
LABEL io.airbyte.name=airbyte/source-stripe
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"boleto": {
"type": ["null", "object"],
"properties": {
"tax_id\n": {
"tax_id": {
"type": ["null", "string"]
}
}
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/stripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ If you would like to test Airbyte using test data on Stripe, `sk_test_` and `rk_

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.23 | 2021-11-08 | [7729](https://github.com/airbytehq/airbyte/pull/7729) | Correct `payment_intents` schema |
| 0.1.22 | 2021-11-05 | [7345](https://github.com/airbytehq/airbyte/pull/7345) | Add 3 new streams |
| 0.1.21 | 2021-10-07 | [6841](https://github.com/airbytehq/airbyte/pull/6841) | Fix missing `start_date` argument + update json files for SAT |
| 0.1.20 | 2021-09-30 | [6017](https://github.com/airbytehq/airbyte/pull/6017) | Add lookback\_window\_days parameter |
Expand Down

0 comments on commit 0a43fb7

Please sign in to comment.