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 690
690
- name : Shopify
691
691
sourceDefinitionId : 9da77001-af33-4bcd-be46-6252bf9342b9
692
692
dockerRepository : airbyte/source-shopify
693
- dockerImageTag : 0.1.32
693
+ dockerImageTag : 0.1.33
694
694
documentationUrl : https://docs.airbyte.io/integrations/sources/shopify
695
695
icon : shopify.svg
696
696
sourceType : api
Original file line number Diff line number Diff line change 7152
7152
supportsNormalization : false
7153
7153
supportsDBT : false
7154
7154
supported_destination_sync_modes : []
7155
- - dockerImage : " airbyte/source-shopify:0.1.32 "
7155
+ - dockerImage : " airbyte/source-shopify:0.1.33 "
7156
7156
spec :
7157
7157
documentationUrl : " https://docs.airbyte.io/integrations/sources/shopify"
7158
7158
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.32
31
+ LABEL io.airbyte.version=0.1.33
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 @@ -102,6 +102,7 @@ This connector support both: `OAuth 2.0` and `API PASSWORD` (for private applica
102
102
103
103
| Version | Date | Pull Request | Subject |
104
104
| :--- | :--- | :--- | :--- |
105
+ | 0.1.33 | 2022-02-17 | [ 10419] ( https://github.com/airbytehq/airbyte/pull/10419 ) | Fixed wrong field type for tax_exemptions |
105
106
| 0.1.32 | 2022-02-18 | [ 10449] ( https://github.com/airbytehq/airbyte/pull/10449 ) | Added ` tender_transactions ` stream |
106
107
| 0.1.31 | 2022-02-08 | [ 10175] ( https://github.com/airbytehq/airbyte/pull/10175 ) | Fixed compatibility issues for legacy user config |
107
108
| 0.1.30 | 2022-01-24 | [ 9648] ( https://github.com/airbytehq/airbyte/pull/9648 ) | Added permission validation before sync |
You can’t perform that action at this time.
0 commit comments