Skip to content

Commit

Permalink
🐛 Source Shopify: Fix feching Deleted Events with STATE presence (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bazarnov authored Oct 13, 2023
1 parent 31e8170 commit 9469c71
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 84 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-shopify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ COPY source_shopify ./source_shopify
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=1.1.1
LABEL io.airbyte.version=1.1.2
LABEL io.airbyte.name=airbyte/source-shopify
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ acceptance_tests:
bypass_reason: The stream is not available for our sandbox.
- name: disputes
bypass_reason: The stream requires real purchases to fill in the data.
ignored_fields:
products_graph_ql:
- name: onlineStorePreviewUrl
bypass_reason: Autogenerated floating URL values
incremental:
tests:
- config_path: "secrets/config.json"
Expand Down
Loading

0 comments on commit 9469c71

Please sign in to comment.