File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-shopify
docs/integrations/sources Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 669
669
- name : Shopify
670
670
sourceDefinitionId : 9da77001-af33-4bcd-be46-6252bf9342b9
671
671
dockerRepository : airbyte/source-shopify
672
- dockerImageTag : 0.1.31
672
+ dockerImageTag : 0.1.32
673
673
documentationUrl : https://docs.airbyte.io/integrations/sources/shopify
674
674
icon : shopify.svg
675
675
sourceType : api
Original file line number Diff line number Diff line change 7041
7041
supportsNormalization : false
7042
7042
supportsDBT : false
7043
7043
supported_destination_sync_modes : []
7044
- - dockerImage : " airbyte/source-shopify:0.1.31 "
7044
+ - dockerImage : " airbyte/source-shopify:0.1.32 "
7045
7045
spec :
7046
7046
documentationUrl : " https://docs.airbyte.io/integrations/sources/shopify"
7047
7047
connectionSpecification :
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ COPY source_shopify ./source_shopify
28
28
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
29
29
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
30
30
31
- LABEL io.airbyte.version=0.1.31
31
+ LABEL io.airbyte.version=0.1.32
32
32
LABEL io.airbyte.name=airbyte/source-shopify
Original file line number Diff line number Diff line change 604
604
"type" : [" null" , " string" ]
605
605
},
606
606
"tax_exemptions" : {
607
- "type" : [" null" , " boolean" ]
607
+ "type" : [" null" , " array" ],
608
+ "items" : {
609
+ "type" : [" null" , " string" ]
610
+ }
608
611
},
609
612
"id" : {
610
613
"type" : [" null" , " integer" ]
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ This connector support both: `OAuth 2.0` and `API PASSWORD` (for private applica
101
101
102
102
| Version | Date | Pull Request | Subject |
103
103
| :--- | :--- | :--- | :--- |
104
+ | 0.1.32 | 2022-02-17 | [ 10419] ( https://github.com/airbytehq/airbyte/pull/10419 ) | Fixed wrong field type for tax_exemptions |
104
105
| 0.1.31 | 2022-02-08 | [ 10175] ( https://github.com/airbytehq/airbyte/pull/10175 ) | Fixed compatibility issues for legacy user config |
105
106
| 0.1.30 | 2022-01-24 | [ 9648] ( https://github.com/airbytehq/airbyte/pull/9648 ) | Added permission validation before sync |
106
107
| 0.1.29 | 2022-01-20 | [ 9049] ( https://github.com/airbytehq/airbyte/pull/9248 ) | Added ` shop_url ` to the record for all streams |
You can’t perform that action at this time.
0 commit comments