Skip to content

Commit

Permalink
source-shopify: ensure inline schemas, updated cdk, poetry (where pos…
Browse files Browse the repository at this point in the history
…sible) (#36660)

Co-authored-by: Baz <[email protected]>
  • Loading branch information
bleonard and bazarnov authored Apr 30, 2024
1 parent 39f036a commit c667a07
Show file tree
Hide file tree
Showing 49 changed files with 1,793 additions and 7 deletions.
6 changes: 4 additions & 2 deletions airbyte-integrations/connectors/source-shopify/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 9da77001-af33-4bcd-be46-6252bf9342b9
dockerImageTag: 2.0.6
dockerImageTag: 2.0.7
dockerRepository: airbyte/source-shopify
documentationUrl: https://docs.airbyte.com/integrations/sources/shopify
githubIssueLabel: source-shopify
Expand All @@ -37,7 +37,9 @@ data:
Shopify API version `2023-07`, more details in this PR: https://github.com/airbytehq/airbyte/pull/29361."
upgradeDeadline: "2023-09-17"
2.0.0:
message: "This upgrade brings perfomance impovements and stream schema changes. Details are available here: https://github.com/airbytehq/airbyte/pull/32345#issue-1985556333."
message:
"This upgrade brings perfomance impovements and stream schema changes.
Details are available here: https://github.com/airbytehq/airbyte/pull/32345#issue-1985556333."
upgradeDeadline: "2024-03-18"
scopedImpact:
- scopeType: stream
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-shopify/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-shopify/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "2.0.6"
version = "2.0.7"
name = "source-shopify"
description = "Source CDK implementation for Shopify."
authors = [ "Airbyte <[email protected]>",]
Expand All @@ -17,7 +17,7 @@ include = "source_shopify"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
airbyte-cdk = "^0"
airbyte-cdk = "0.81.4"
sgqlc = "==16.3"
graphql-query = "^1.1.1"

Expand Down
Loading

0 comments on commit c667a07

Please sign in to comment.