Skip to content

Commit

Permalink
📚 Source Shopify: migrate to new sandbox, update API version to 2021-…
Browse files Browse the repository at this point in the history
…07 (#4830)

(#4830) Source Shopify: migrate to new sandbox, update API version to 2021-07

Co-authored-by: Oleksandr Bazarnov <[email protected]>
  • Loading branch information
bazarnov and bazarnov authored Jul 19, 2021
1 parent 66a3082 commit 84aad35
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "9da77001-af33-4bcd-be46-6252bf9342b9",
"name": "Shopify",
"dockerRepository": "airbyte/source-shopify",
"dockerImageTag": "0.1.9",
"dockerImageTag": "0.1.10",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/shopify"
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
- sourceDefinitionId: 9da77001-af33-4bcd-be46-6252bf9342b9
name: Shopify
dockerRepository: airbyte/source-shopify
dockerImageTag: 0.1.9
dockerImageTag: 0.1.10
documentationUrl: https://docs.airbyte.io/integrations/sources/shopify
- sourceDefinitionId: 9845d17a-45f1-4070-8a60-50914b1c8e2b
name: HTTP Request
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-shopify/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.9
LABEL io.airbyte.version=0.1.10
LABEL io.airbyte.name=airbyte/source-shopify
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
cursor_paths:
charges: [ "id" ]
full_refresh:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"customers": {
"updated_at": "2020-06-08T21:09:26-07:00"
"updated_at": "2024-07-19T06:41:50-07:00"
},
"orders": {
"updated_at": "2020-08-03T14:42:06-07:00"
"updated_at": "2024-07-19T06:52:06-07:00"
},
"draft_orders": {
"updated_at": "2020-06-08T21:09:25-07:00"
"updated_at": "2024-07-07T08:18:59-07:00"
},
"products": {
"updated_at": "2021-06-25T06:13:37-07:00"
"updated_at": "2024-07-19T06:56:06-07:00"
},
"abandoned_checkouts": {
"updated_at": "2021-06-29T02:14:14-07:00"
"updated_at": "2024-07-08T05:41:48-07:00"
},
"metafields": {
"updated_at": "2019-11-03T21:15:00-08:00"
"updated_at": "2024-07-08T03:38:46-07:00"
},
"collects": {
"id": 29523654213791
"id": 99923654213791
},
"custom_collections": {
"updated_at": "2021-06-29T09:41:33-07:00"
"updated_at": "2024-07-19T07:01:37-07:00"
},
"order_refunds": {
"created_at": "2020-02-18T19:49:23-08:00"
"created_at": "2024-07-19T06:41:47-07:00"
},
"order_risks": {
"id": 5933004390559
"id": 9991307599038
},
"transactions": {
"created_at": "2020-06-08T21:09:20-07:00"
"created_at": "2024-07-19T06:41:46-07:00"
},
"pages": {
"updated_at": "2020-06-01T17:08:25-07:00"
"updated_at": "2024-07-08T05:24:11-07:00"
},
"price_rules": {
"updated_at": "2021-06-29T06:35:08-07:00"
"updated_at": "2024-07-08T05:57:05-07:00"
},
"discount_codes": {
"updated_at": "2021-06-29T06:35:08-07:00"
"updated_at": "2024-07-08T05:40:38-07:00"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2875,15 +2875,13 @@
"properties": {
"price_set": {},
"price": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"title": {
"type": ["null", "string"]
},
"rate": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "number"]
},
"compare_at": {
"type": ["null", "string"]
Expand All @@ -2903,8 +2901,7 @@
"type": ["null", "array"]
},
"total_line_items_price": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"closed_at": {
"type": ["null", "string"],
Expand All @@ -2926,12 +2923,10 @@
"type": ["null", "string"]
},
"total_tax": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"subtotal_price": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"line_items": {
"items": {
Expand Down Expand Up @@ -3000,7 +2995,7 @@
},
"amount_set": {},
"amount": {
"type": ["null", "number"]
"type": ["null", "string"]
}
},
"type": ["null", "object"]
Expand Down Expand Up @@ -3046,18 +3041,16 @@
"properties": {
"price_set": {},
"price": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"title": {
"type": ["null", "string"]
},
"rate": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "number"]
},
"compare_at": {
"type": ["null", "string"]
"type": ["null", "number"]
},
"position": {
"type": ["null", "integer"]
Expand Down Expand Up @@ -3103,8 +3096,7 @@
"type": ["null", "object"]
},
"price": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"requires_shipping": {
"type": ["null", "boolean"]
Expand Down Expand Up @@ -3165,8 +3157,7 @@
"type": ["null", "string"]
},
"total_discounts": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"note": {
"type": ["null", "string"]
Expand Down Expand Up @@ -3197,8 +3188,7 @@
"type": ["null", "integer"]
},
"price": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"requested_fulfillment_service_id": {
"type": ["null", "string"]
Expand All @@ -3214,8 +3204,7 @@
"properties": {
"price_set": {},
"price": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"title": {
"type": ["null", "string"]
Expand Down Expand Up @@ -3515,8 +3504,7 @@
}
},
"total_price": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"cart_token": {
"type": ["null", "string"]
Expand Down Expand Up @@ -3718,8 +3706,7 @@
"type": ["null", "integer"]
},
"amount": {
"type": ["null", "number"],
"multipleOf": 1e-10
"type": ["null", "string"]
},
"authorization": {
"type": ["null", "string"]
Expand Down Expand Up @@ -3907,7 +3894,7 @@
},
"prerequisite_customer_ids": {
"items": {
"type": ["null", "string"]
"type": ["null", "number"]
},
"type": ["null", "array"]
},
Expand Down Expand Up @@ -3936,7 +3923,7 @@
"prerequisite_subtotal_range": {
"properties": {
"greater_than_or_equal_to": {
"type": ["null", "number"]
"type": ["null", "string"]
}
},
"type": ["null", "object"]
Expand Down Expand Up @@ -3984,7 +3971,7 @@
"type": ["null", "array"]
},
"value": {
"type": ["null", "number"]
"type": ["null", "string"]
},
"value_type": {
"type": ["null", "string"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"customers": {
"updated_at": "2020-06-08T21:09:25-07:00"
"updated_at": "2021-07-19T06:41:49-07:00"
},
"orders": {
"updated_at": "2020-08-03T14:42:05-07:00"
"updated_at": "2021-07-19T06:52:05-07:00"
},
"draft_orders": {
"updated_at": "2020-06-08T21:09:24-07:00"
"updated_at": "2021-07-07T08:18:58-07:00"
},
"products": {
"updated_at": "2021-06-25T06:13:36-07:00"
"updated_at": "2021-07-19T06:56:05-07:00"
},
"abandoned_checkouts": {
"updated_at": "2021-06-29T02:14:13-07:00"
"updated_at": "2021-07-08T05:41:47-07:00"
},
"metafields": {
"updated_at": "2019-11-03T21:14:59-08:00"
"updated_at": "2021-07-08T03:38:45-07:00"
},
"collects": {
"id": 29523654213790
},
"custom_collections": {
"updated_at": "2021-06-29T09:41:32-07:00"
"updated_at": "2021-07-19T07:01:36-07:00"
},
"order_refunds": {
"created_at": "2020-02-18T19:49:22-08:00"
"created_at": "2021-07-19T06:41:46-07:00"
},
"order_risks": {
"id": 5933004390558
"id": 6161307599037
},
"transactions": {
"created_at": "2020-06-08T21:09:19-07:00"
"created_at": "2021-07-19T06:41:45-07:00"
},
"pages": {
"updated_at": "2020-06-01T17:08:24-07:00"
"updated_at": "2021-07-08T05:24:10-07:00"
},
"price_rules": {
"updated_at": "2021-06-29T06:35:07-07:00"
"updated_at": "2021-07-08T05:57:04-07:00"
},
"discount_codes": {
"updated_at": "2021-06-29T06:35:07-07:00"
"updated_at": "2021-07-08T05:40:37-07:00"
}
}
Loading

0 comments on commit 84aad35

Please sign in to comment.