Skip to content

Commit c667a07

Browse files
bleonardbazarnov
andauthored
source-shopify: ensure inline schemas, updated cdk, poetry (where possible) (#36660)
Co-authored-by: Baz <[email protected]>
1 parent 39f036a commit c667a07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1793
-7
lines changed

airbyte-integrations/connectors/source-shopify/metadata.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: 9da77001-af33-4bcd-be46-6252bf9342b9
14-
dockerImageTag: 2.0.6
14+
dockerImageTag: 2.0.7
1515
dockerRepository: airbyte/source-shopify
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/shopify
1717
githubIssueLabel: source-shopify
@@ -37,7 +37,9 @@ data:
3737
Shopify API version `2023-07`, more details in this PR: https://github.com/airbytehq/airbyte/pull/29361."
3838
upgradeDeadline: "2023-09-17"
3939
2.0.0:
40-
message: "This upgrade brings perfomance impovements and stream schema changes. Details are available here: https://github.com/airbytehq/airbyte/pull/32345#issue-1985556333."
40+
message:
41+
"This upgrade brings perfomance impovements and stream schema changes.
42+
Details are available here: https://github.com/airbytehq/airbyte/pull/32345#issue-1985556333."
4143
upgradeDeadline: "2024-03-18"
4244
scopedImpact:
4345
- scopeType: stream

airbyte-integrations/connectors/source-shopify/poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-shopify/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

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

1818
[tool.poetry.dependencies]
1919
python = "^3.9,<3.12"
20-
airbyte-cdk = "^0"
20+
airbyte-cdk = "0.81.4"
2121
sgqlc = "==16.3"
2222
graphql-query = "^1.1.1"
2323

0 commit comments

Comments
 (0)