Skip to content

Commit

Permalink
Source Linnworks: improve streams ProcessedOrders and ProcessedOrderD…
Browse files Browse the repository at this point in the history
…etails (#8226)
  • Loading branch information
monai authored Dec 16, 2021
1 parent 3a69029 commit a0ec0de
Show file tree
Hide file tree
Showing 16 changed files with 1,892 additions and 137 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
- name: Linnworks
sourceDefinitionId: 7b86879e-26c5-4ef6-a5ce-2be5c7b46d1e
dockerRepository: airbyte/source-linnworks
dockerImageTag: 0.1.3
dockerImageTag: 0.1.4
documentationUrl: https://docs.airbyte.io/integrations/sources/linnworks
icon: linnworks.svg
sourceType: api
Expand Down
4 changes: 2 additions & 2 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3467,9 +3467,9 @@
- - "client_secret"
oauthFlowOutputParameters:
- - "refresh_token"
- dockerImage: "airbyte/source-linnworks:0.1.3"
- dockerImage: "airbyte/source-linnworks:0.1.4"
spec:
documentationUrl: "https://docsurl.com"
documentationUrl: "https://docs.airbyte.io/integrations/sources/linnworks"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Linnworks Spec"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_linnworks ./source_linnworks
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.3
LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.name=airbyte/source-linnworks
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"processed_orders": {
"dReceivedDate": "2050-01-01T00:00:00+00:00"
"dProcessedOn": "2050-01-01T00:00:00+00:00"
},
"processed_order_details": {
"ProcessedDateTime": "2050-01-01T00:00:00+00:00"
}
}
Loading

0 comments on commit a0ec0de

Please sign in to comment.