Skip to content

Commit

Permalink
source-linnworks: ensure inline schemas, updated cdk, poetry (where p…
Browse files Browse the repository at this point in the history
…ossible) (#37188)
  • Loading branch information
bleonard authored May 1, 2024
1 parent a57f3b8 commit db6b163
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 7b86879e-26c5-4ef6-a5ce-2be5c7b46d1e
dockerImageTag: 0.1.7
dockerImageTag: 0.1.9
dockerRepository: airbyte/source-linnworks
documentationUrl: https://docs.airbyte.com/integrations/sources/linnworks
githubIssueLabel: source-linnworks
Expand Down
35 changes: 17 additions & 18 deletions airbyte-integrations/connectors/source-linnworks/poetry.lock

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

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 = "0.1.7"
version = "0.1.9"
name = "source-linnworks"
description = "Source implementation for Linnworks."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -17,7 +17,7 @@ include = "source_linnworks"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
airbyte-cdk = "^0.67.0"
airbyte-cdk = "0.80.0"
vcrpy = "^6.0.0"

[tool.poetry.scripts]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"description": "Courier name (e.g. DPD)"
},
"BillingEmailAddress": {
"description": "The email address used for billing purposes",
"type": ["null", "string"]
},
"ReferenceNum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,39 @@
"description": "If the location is warehouse managed."
},
"Address1": {
"description": "The first line of the stock location address.",
"type": ["null", "string"]
},
"Address2": {
"description": "The second line of the stock location address, if applicable.",
"type": ["null", "string"]
},
"City": {
"description": "The city where the stock location is located.",
"type": ["null", "string"]
},
"County": {
"description": "The county or region where the stock location is located.",
"type": ["null", "string"]
},
"Country": {
"description": "The country where the stock location is situated.",
"type": ["null", "string"]
},
"ZipCode": {
"description": "The postal code of the stock location.",
"type": ["null", "string"]
},
"CountInOrderUntilAcknowledgement": {
"description": "The flag indicating whether to count stock in order until it is acknowledged.",
"type": ["null", "boolean"]
},
"FulfilmentCenterDeductStockWhenProcessed": {
"description": "The flag indicating whether to deduct stock from the fulfilment center when processed.",
"type": ["null", "boolean"]
},
"IsNotTrackable": {
"description": "The flag indicating whether the stock location is not trackable.",
"type": ["null", "boolean"]
}
}
Expand Down
2 changes: 2 additions & 0 deletions docs/integrations/sources/linnworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Rate limits for the Linnworks API vary across endpoints. Use the [links in the *

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

0 comments on commit db6b163

Please sign in to comment.