Skip to content

Commit 1de6690

Browse files
authored
[source-hibob] Changed check stream from payrolls to profiles #55674 (#55675)
1 parent 600587b commit 1de6690

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2334,7 +2334,7 @@ streams:
23342334
check:
23352335
type: CheckStream
23362336
stream_names:
2337-
- "payroll"
2337+
- "profiles"
23382338
spec:
23392339
type: Spec
23402340
connection_specification:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data:
2020
connectorSubtype: api
2121
connectorType: source
2222
definitionId: 4dc991ed-3dcc-4c40-ac28-9402836709f1
23-
dockerImageTag: 0.2.15
23+
dockerImageTag: 0.2.16
2424
dockerRepository: airbyte/source-hibob
2525
githubIssueLabel: source-hibob
2626
icon: icon.svg

docs/integrations/sources/hibob.md

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Link to HiBob API documentation [here](https://apidocs.hibob.com/docs/).
8080

8181
| Version | Date | Pull Request | Subject |
8282
|:---------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------|
83+
| 0.2.16 | 2025-03-10 | [55674](https://github.com/airbytehq/airbyte/pull/55674) | Change check stream from payrolls to profiles |
8384
| 0.2.15 | 2025-03-08 | [55484](https://github.com/airbytehq/airbyte/pull/55484) | Update dependencies |
8485
| 0.2.14 | 2025-03-01 | [54742](https://github.com/airbytehq/airbyte/pull/54742) | Update dependencies |
8586
| 0.2.13 | 2025-02-22 | [54314](https://github.com/airbytehq/airbyte/pull/54314) | Update dependencies |

0 commit comments

Comments
 (0)