Skip to content

Commit

Permalink
🎉 Source Shopify: Add ability to fetch destroyed records for `Artic…
Browse files Browse the repository at this point in the history
…les, Blogs, CustomCollections, Orders, Pages, PriceRules, Products` (#30246)
  • Loading branch information
bazarnov authored Sep 18, 2023
1 parent 8805edc commit 9734fa3
Show file tree
Hide file tree
Showing 18 changed files with 1,327 additions and 693 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 @@ -28,5 +28,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.0.0
LABEL io.airbyte.version=1.1.0
LABEL io.airbyte.name=airbyte/source-shopify
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ acceptance_tests:
spec:
tests:
- spec_path: "source_shopify/spec.json"
backward_compatibility_tests_config:
# re-order the authentication options,
# to have the `OAuth2.0` go first.
# made `start_date` non-required
disable_for_version: "0.6.2"
connection:
tests:
- config_path: "secrets/config.json"
Expand All @@ -29,11 +24,6 @@ acceptance_tests:
discovery:
tests:
- config_path: "secrets/config.json"
backward_compatibility_tests_config:
# migrated to the 2023-07 api version,
# schemas for orders, transactions, fulfillment_orders, order_refunds have changed.
# see PR: https://github.com/airbytehq/airbyte/issues/28127 for more.
disable_for_version: "0.6.2"
basic_read:
tests:
- config_path: "secrets/config.json"
Expand Down
Loading

0 comments on commit 9734fa3

Please sign in to comment.