Skip to content

Commit

Permalink
🎉 Add Order Risks + New attributes to Orders schema for Native Shopif…
Browse files Browse the repository at this point in the history
…y connector (#3926)

#3926 - Add Order Risks + New attributes to Orders schema for Native Shopify connector

Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
  • Loading branch information
bazarnov and bazarnov committed Jun 8, 2021
1 parent 1a147e4 commit 1686b92
Show file tree
Hide file tree
Showing 11 changed files with 2,529 additions and 2,731 deletions.
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "9da77001-af33-4bcd-be46-6252bf9342b9",
"name": "Shopify",
"dockerRepository": "airbyte/source-shopify",
"dockerImageTag": "0.1.3",
"dockerImageTag": "0.1.4",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/shopify"
}
Expand Up @@ -118,7 +118,7 @@
- sourceDefinitionId: 9da77001-af33-4bcd-be46-6252bf9342b9
name: Shopify
dockerRepository: airbyte/source-shopify
dockerImageTag: 0.1.3
dockerImageTag: 0.1.4
documentationUrl: https://docs.airbyte.io/integrations/sources/shopify
- sourceDefinitionId: 9845d17a-45f1-4070-8a60-50914b1c8e2b
name: HTTP Request
Expand Down
7 changes: 7 additions & 0 deletions airbyte-integrations/connectors/source-shopify/CHANGELOG.md
@@ -0,0 +1,7 @@
# Shopify Source CHANGELOG

| Date | Released Version | Notes |
| :--- | :--- | :--- |
| `2021-06-08` | `0.1.4` | `Added Order Risks Stream` |
| `2021-06-07` | `0.1.3` | `Initial Python CDK Airbyte Source Shopify Release` |

2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-shopify/Dockerfile
Expand Up @@ -11,5 +11,5 @@ RUN pip install .

ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.3
LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.name=airbyte/source-shopify
Expand Up @@ -17,7 +17,7 @@ tests:
incremental:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
state_path: "integration_tests/abnormal_state.json"
future_state_path: "integration_tests/abnormal_state.json"
cursor_paths:
charges: [ "id" ]
full_refresh:
Expand Down
Expand Up @@ -25,5 +25,8 @@
},
"abandoned_checkouts": {
"id": 14254866366622
},
"order_risks": {
"id": 5933004390558
}
}

0 comments on commit 1686b92

Please sign in to comment.