Skip to content

Commit

Permalink
source-shopify: update schema for inventory_items
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhbaker committed Feb 25, 2025
1 parent bbbdd56 commit 9ec1880
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions source-shopify/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "source-shopify-estuary"
name = "source_shopify"
version = "0.1.0"
description = ""
authors = []

[tool.poetry.dependencies]
python = "<3.12,>=3.11"
singer-sdk = "^0.33.0"
flow-sdk = {path="../python", develop=true}
tap-shopify = { path = "source_shopify", develop=true }
flow-sdk = { path = "../python", develop = true }
tap-shopify = { path = "source_shopify", develop = true }
debugpy = "^1.8.0"

[tool.poetry.group.dev.dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
"harmonized_system_code": {
"type": [
"number",
"null"
]
"null",
"string"
],
"format": "number"
},
"id": {
"type": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1330,8 +1330,10 @@
"harmonized_system_code": {
"type": [
"number",
"null"
]
"null",
"string"
],
"format": "number"
},
"id": {
"type": [
Expand Down

0 comments on commit 9ec1880

Please sign in to comment.