Skip to content

Commit db6b163

Browse files
authored
source-linnworks: ensure inline schemas, updated cdk, poetry (where possible) (#37188)
1 parent a57f3b8 commit db6b163

File tree

6 files changed

+32
-21
lines changed

6 files changed

+32
-21
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: api
88
connectorType: source
99
definitionId: 7b86879e-26c5-4ef6-a5ce-2be5c7b46d1e
10-
dockerImageTag: 0.1.7
10+
dockerImageTag: 0.1.9
1111
dockerRepository: airbyte/source-linnworks
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/linnworks
1313
githubIssueLabel: source-linnworks

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

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

airbyte-integrations/connectors/source-linnworks/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 = "0.1.7"
6+
version = "0.1.9"
77
name = "source-linnworks"
88
description = "Source implementation for Linnworks."
99
authors = [ "Airbyte <[email protected]>",]
@@ -17,7 +17,7 @@ include = "source_linnworks"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.9,<3.12"
20-
airbyte-cdk = "^0.67.0"
20+
airbyte-cdk = "0.80.0"
2121
vcrpy = "^6.0.0"
2222

2323
[tool.poetry.scripts]

airbyte-integrations/connectors/source-linnworks/source_linnworks/schemas/processed_orders.json

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"description": "Courier name (e.g. DPD)"
9595
},
9696
"BillingEmailAddress": {
97+
"description": "The email address used for billing purposes",
9798
"type": ["null", "string"]
9899
},
99100
"ReferenceNum": {

airbyte-integrations/connectors/source-linnworks/source_linnworks/schemas/stock_locations.json

+9
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,39 @@
3232
"description": "If the location is warehouse managed."
3333
},
3434
"Address1": {
35+
"description": "The first line of the stock location address.",
3536
"type": ["null", "string"]
3637
},
3738
"Address2": {
39+
"description": "The second line of the stock location address, if applicable.",
3840
"type": ["null", "string"]
3941
},
4042
"City": {
43+
"description": "The city where the stock location is located.",
4144
"type": ["null", "string"]
4245
},
4346
"County": {
47+
"description": "The county or region where the stock location is located.",
4448
"type": ["null", "string"]
4549
},
4650
"Country": {
51+
"description": "The country where the stock location is situated.",
4752
"type": ["null", "string"]
4853
},
4954
"ZipCode": {
55+
"description": "The postal code of the stock location.",
5056
"type": ["null", "string"]
5157
},
5258
"CountInOrderUntilAcknowledgement": {
59+
"description": "The flag indicating whether to count stock in order until it is acknowledged.",
5360
"type": ["null", "boolean"]
5461
},
5562
"FulfilmentCenterDeductStockWhenProcessed": {
63+
"description": "The flag indicating whether to deduct stock from the fulfilment center when processed.",
5664
"type": ["null", "boolean"]
5765
},
5866
"IsNotTrackable": {
67+
"description": "The flag indicating whether the stock location is not trackable.",
5968
"type": ["null", "boolean"]
6069
}
6170
}

docs/integrations/sources/linnworks.md

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Rate limits for the Linnworks API vary across endpoints. Use the [links in the *
7171

7272
| Version | Date | Pull Request | Subject |
7373
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------------------------------------------------- |
74+
| 0.1.9 | 2024-04-19 | [37188](https://github.com/airbytehq/airbyte/pull/37188) | Updating to 0.80.0 CDK |
75+
| 0.1.8 | 2024-04-12 | [37188](https://github.com/airbytehq/airbyte/pull/37188) | schema descriptions |
7476
| 0.1.7 | 2024-02-22 | [35557](https://github.com/airbytehq/airbyte/pull/35557) | Manage dependencies with Poetry |
7577
| 0.1.6 | 2024-01-31 | [34717](https://github.com/airbytehq/airbyte/pull/34717) | Update CDK and migrate to base image |
7678
| 0.1.5 | 2022-11-20 | [19865](https://github.com/airbytehq/airbyte/pull/19865) | Bump Version |

0 commit comments

Comments
 (0)