Skip to content

Commit ff24390

Browse files
source-greythr contribution from bhushan-dhwaniris (#52620)
Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: marcosmarxm <[email protected]>
1 parent 5e9af41 commit ff24390

File tree

3 files changed

+11
-38
lines changed

3 files changed

+11
-38
lines changed

airbyte-integrations/connectors/source-greythr/manifest.yaml

+8-36
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 6.1.0
1+
version: 6.5.2
22

33
type: DeclarativeSource
44

@@ -33,7 +33,7 @@ definitions:
3333
pagination_strategy:
3434
type: PageIncrement
3535
page_size: 100
36-
start_from_page: 1
36+
start_from_page: 0
3737
requester:
3838
$ref: "#/definitions/base_requester"
3939
path: /employee/v2/employees
@@ -144,8 +144,8 @@ definitions:
144144
pagination_strategy:
145145
type: PageIncrement
146146
page_size: 100
147-
start_from_page: 1
148-
inject_on_first_request: true
147+
start_from_page: 0
148+
inject_on_first_request: false
149149
requester:
150150
$ref: "#/definitions/base_requester"
151151
path: /employee/v2/employees/categories
@@ -369,7 +369,7 @@ definitions:
369369
pagination_strategy:
370370
type: PageIncrement
371371
page_size: 100
372-
start_from_page: 1
372+
start_from_page: 0
373373
requester:
374374
$ref: "#/definitions/base_requester"
375375
path: /employee/v2/employees/separation
@@ -500,7 +500,7 @@ metadata:
500500
testedStreams:
501501
Employees:
502502
hasRecords: true
503-
streamHash: 28c83fcf7656de194f5722e530d230f8aa5d597d
503+
streamHash: 084220da06aabb41f55c7ecfbeccdcc0098c09d6
504504
hasResponse: true
505505
primaryKeysAreUnique: true
506506
primaryKeysArePresent: true
@@ -521,7 +521,7 @@ metadata:
521521
responsesAreSuccessful: true
522522
Employees Categories:
523523
hasRecords: true
524-
streamHash: d94a5856f8c3c4d3685bc1ebd8fd92debf751557
524+
streamHash: a6cd2b51387bc4c2035bdc7b53987dfe09e2f939
525525
hasResponse: true
526526
primaryKeysAreUnique: true
527527
primaryKeysArePresent: true
@@ -563,7 +563,7 @@ metadata:
563563
responsesAreSuccessful: true
564564
Employee Separation Details:
565565
hasRecords: true
566-
streamHash: a66bfba7e6973d7c81f705d79e209ca39b272d8b
566+
streamHash: c10e184f7473f4a265bd211fd792bacc0c74feae
567567
hasResponse: true
568568
primaryKeysAreUnique: true
569569
primaryKeysArePresent: true
@@ -641,14 +641,6 @@ schemas:
641641
type:
642642
- string
643643
- "null"
644-
middleName:
645-
type:
646-
- string
647-
- "null"
648-
yearsInJob:
649-
type:
650-
- number
651-
- "null"
652644
dateOfBirth:
653645
type:
654646
- string
@@ -665,30 +657,10 @@ schemas:
665657
type:
666658
- string
667659
- "null"
668-
personalEmail2:
669-
type:
670-
- string
671-
- "null"
672-
personalEmail3:
673-
type:
674-
- string
675-
- "null"
676-
prevExperience:
677-
type:
678-
- number
679-
- "null"
680-
yearsInService:
681-
type:
682-
- number
683-
- "null"
684660
probationPeriod:
685661
type:
686662
- number
687663
- "null"
688-
relevantExperience:
689-
type:
690-
- number
691-
- "null"
692664
additionalProperties: true
693665
Users List:
694666
type: object

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ data:
1313
enabled: false
1414
packageName: airbyte-source-greythr
1515
connectorBuildOptions:
16-
baseImage: docker.io/airbyte/source-declarative-manifest:6.31.1@sha256:7317b63149b57a89aaab067f65791ddc2756cb640e350c099c33657fa5605fed
16+
baseImage: docker.io/airbyte/source-declarative-manifest:6.21.0@sha256:500ba14ec5182ef5879589611c2949e385bb88a475e42489d4818fe8d42c50d4
1717
connectorSubtype: api
1818
connectorType: source
1919
definitionId: 1a807325-5a1c-4e0f-a574-841034b1765d
20-
dockerImageTag: 0.0.9
20+
dockerImageTag: 0.0.10
2121
dockerRepository: airbyte/source-greythr
2222
githubIssueLabel: source-greythr
2323
icon: icon.svg

docs/integrations/sources/greythr.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The GreytHR Connector for Airbyte allows seamless integration with the GreytHR p
3232

3333
| Version | Date | Pull Request | Subject |
3434
|------------------|-------------------|--------------|----------------|
35+
| 0.0.10 | 2025-02-03 | [52620](https://github.com/airbytehq/airbyte/pull/52620) | Bug fixes with pagination |
3536
| 0.0.9 | 2025-02-01 | [52782](https://github.com/airbytehq/airbyte/pull/52782) | Update dependencies |
3637
| 0.0.8 | 2025-01-25 | [52256](https://github.com/airbytehq/airbyte/pull/52256) | Update dependencies |
3738
| 0.0.7 | 2025-01-18 | [51794](https://github.com/airbytehq/airbyte/pull/51794) | Update dependencies |

0 commit comments

Comments
 (0)