Skip to content

Commit

Permalink
馃帀 Source Shopify: Add support for draft orders (#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrapy committed Jul 2, 2021
1 parent 3b20097 commit 4b0c349
Show file tree
Hide file tree
Showing 8 changed files with 2,101 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
- sourceDefinitionId: 9da77001-af33-4bcd-be46-6252bf9342b9
name: Shopify
dockerRepository: airbyte/source-shopify
dockerImageTag: 0.1.7
dockerImageTag: 0.1.8
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.7
LABEL io.airbyte.version=0.1.8
LABEL io.airbyte.name=airbyte/source-shopify
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"discount_codes": {
"id": 980808098689434
},
"draft_orders": {
"id": 94068132465507
}
}

0 comments on commit 4b0c349

Please sign in to comment.