From 57e370f3c50febd9ef50a914beac0f3cd3aa12a9 Mon Sep 17 00:00:00 2001 From: JoeriSmits Date: Tue, 17 Dec 2024 22:30:35 +0100 Subject: [PATCH] feat: added icon.svg for HoorayHR and some documentation regarding creating credentials --- .../connectors/source-hoorayhr/icon.svg | 73 ++++++++++++++++++- .../connectors/source-hoorayhr/metadata.yaml | 2 +- docs/integrations/sources/hoorayhr.md | 31 ++++---- 3 files changed, 90 insertions(+), 16 deletions(-) diff --git a/airbyte-integrations/connectors/source-hoorayhr/icon.svg b/airbyte-integrations/connectors/source-hoorayhr/icon.svg index cf5618012c9a..3904611c98a1 100644 --- a/airbyte-integrations/connectors/source-hoorayhr/icon.svg +++ b/airbyte-integrations/connectors/source-hoorayhr/icon.svg @@ -1,3 +1,72 @@ - - + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/airbyte-integrations/connectors/source-hoorayhr/metadata.yaml b/airbyte-integrations/connectors/source-hoorayhr/metadata.yaml index f89ced6ceb25..aced0adeb61f 100644 --- a/airbyte-integrations/connectors/source-hoorayhr/metadata.yaml +++ b/airbyte-integrations/connectors/source-hoorayhr/metadata.yaml @@ -17,7 +17,7 @@ data: connectorSubtype: api connectorType: source definitionId: a2e34f7c-7de1-422c-b909-ce12f3e051af - dockerImageTag: 0.0.1 + dockerImageTag: 1.0.0 dockerRepository: airbyte/source-hoorayhr githubIssueLabel: source-hoorayhr icon: icon.svg diff --git a/docs/integrations/sources/hoorayhr.md b/docs/integrations/sources/hoorayhr.md index 45f7e37ab6d8..fd8f3e470953 100644 --- a/docs/integrations/sources/hoorayhr.md +++ b/docs/integrations/sources/hoorayhr.md @@ -1,28 +1,33 @@ # HoorayHR + Source connector for HoorayHR (https://hoorayhr.io). The connector uses https://api.hoorayhr.io ## Configuration -| Input | Type | Description | Default Value | -|-------|------|-------------|---------------| -| `hoorayhrpassword` | `string` | HoorayHR Password. | | -| `hoorayhrusername` | `string` | HoorayHR Username. | | +Use the credentials of your HoorayHR account to configure the connector. Make sure MFA is disabled. Currently this is a limitation of the HoorayHR API. + +| Input | Type | Description | Default Value | +| ------------------ | -------- | ------------------ | ------------- | +| `hoorayhrusername` | `string` | HoorayHR Username. | | +| `hoorayhrpassword` | `string` | HoorayHR Password. | | ## Streams -| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | -|-------------|-------------|------------|---------------------|----------------------| -| sick-leaves | id | No pagination | ✅ | ❌ | -| time-off | id | No pagination | ✅ | ❌ | -| leave-types | id | No pagination | ✅ | ❌ | -| users | id | No pagination | ✅ | ❌ | + +| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | +| ----------- | ----------- | ------------- | ------------------ | -------------------- | +| sick-leaves | id | No pagination | ✅ | ❌ | +| time-off | id | No pagination | ✅ | ❌ | +| leave-types | id | No pagination | ✅ | ❌ | +| users | id | No pagination | ✅ | ❌ | ## Changelog
Expand to review -| Version | Date | Pull Request | Subject | -|------------------|-------------------|--------------|----------------| -| 0.0.1 | 2024-12-17 | | Initial release by [@JoeriSmits](https://github.com/JoeriSmits) via Connector Builder | +| Version | Date | Pull Request | Subject | +| ------- | ---------- | ------------ | --------------------------------------------------------------------------------------------------- | +| 1.0.0 | 2024-12-17 | | Added some more documentation and icon for HoorayHR by [@JoeriSmits](https://github.com/JoeriSmits) | +| 0.0.1 | 2024-12-17 | | Initial release by [@JoeriSmits](https://github.com/JoeriSmits) via Connector Builder |