Skip to content

Commit

Permalink
source Myhours: Udate API schema (#12964)
Browse files Browse the repository at this point in the history
  • Loading branch information
wissevrowl authored Jun 9, 2022
1 parent d19b7eb commit cc261de
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
- name: My Hours
sourceDefinitionId: 722ba4bf-06ec-45a4-8dd5-72e4a5cf3903
dockerRepository: airbyte/source-my-hours
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.io/integrations/sources/my-hours
icon: my-hours.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5566,7 +5566,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-my-hours:0.1.0"
- dockerImage: "airbyte/source-my-hours:0.1.1"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/my-hours"
connectionSpecification:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-my-hours/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_my_hours ./source_my_hours
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-my-hours
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"billable": {
"type": ["null", "boolean"]
},
"locked": {
"inLockedPeriod": {
"type": ["null", "boolean"]
},
"billableAmount": {
Expand All @@ -62,7 +62,7 @@
"laborDuration": {
"type": ["null", "number"]
},
"logduration": {
"logDuration": {
"type": ["null", "number"]
},
"expense": {
Expand Down Expand Up @@ -101,9 +101,12 @@
"monthOfYear": {
"type": ["null", "string"]
},
"weekOfYear": {
"weekNo": {
"type": ["null", "number"]
},
"weekOfYear": {
"type": ["null", "string"]
},
"times": {
"type": ["null", "array"],
"items": {
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/my-hours.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Depending on the amount of team members and time logs the source provides a prop

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :----------------------------------------------------- | :------ |
| 0.1.1 | 2022-06-08 | [12964](https://github.com/airbytehq/airbyte/pull/12964) | Update schema for time_logs stream |
| 0.1.0 | 2021-11-26 | [8270](https://github.com/airbytehq/airbyte/pull/8270) | New Source: My Hours |

0 comments on commit cc261de

Please sign in to comment.