Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
83 lines
5.9 KiB
Markdown
83 lines
5.9 KiB
Markdown
# Deputy
|
|
This is the Deputy source that ingests data from the Deputy API.
|
|
|
|
Deputy is a software that simplifies employee scheduling, timesheets and HR in one place https://www.deputy.com/
|
|
|
|
In order to use this source you must first create an account on Deputy.
|
|
Once logged in, your Deputy install will have a specific URL in the structure of `https://[installname].[geo].deputy.com` - This is the same URL that will be the base API url .
|
|
|
|
To obtain your bearer token to use the API, follow the steps shown here https://developer.deputy.com/deputy-docs/docs/the-hello-world-of-deputy
|
|
This will have you create an oauth application and create an access token. Enter the access token in the input field.
|
|
|
|
You can learn more about the API here https://developer.deputy.com/deputy-docs/reference/getlocations
|
|
|
|
## Configuration
|
|
|
|
| Input | Type | Description | Default Value |
|
|
|-------|------|-------------|---------------|
|
|
| `base_url` | `string` | Base URL. The base url for your deputy account to make API requests. Example: `https://my890.as.deputy.com` | |
|
|
| `api_key` | `string` | API Key. | |
|
|
|
|
## Streams
|
|
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|
|
|-------------|-------------|------------|---------------------|----------------------|
|
|
| locations | Id | No pagination | ✅ | ❌ |
|
|
| employees | Id | No pagination | ✅ | ❌ |
|
|
| award_lists | AwardCode | No pagination | ✅ | ❌ |
|
|
| departments | Id | No pagination | ✅ | ❌ |
|
|
| timesheets | Id | No pagination | ✅ | ❌ |
|
|
| tasks | Id | No pagination | ✅ | ❌ |
|
|
| news_feed | Id | No pagination | ✅ | ❌ |
|
|
| addresses | Id | No pagination | ✅ | ❌ |
|
|
| categories | Id | No pagination | ✅ | ❌ |
|
|
| comments | Id | No pagination | ✅ | ❌ |
|
|
| company_periods | Id | No pagination | ✅ | ❌ |
|
|
| employee_agreements | Id | No pagination | ✅ | ❌ |
|
|
| employee | Id | No pagination | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|------------------|-------------------|--------------|----------------|
|
|
| 0.0.36 | 2025-11-25 | [69922](https://github.com/airbytehq/airbyte/pull/69922) | Update dependencies |
|
|
| 0.0.35 | 2025-11-18 | [69608](https://github.com/airbytehq/airbyte/pull/69608) | Update dependencies |
|
|
| 0.0.34 | 2025-10-07 | [67157](https://github.com/airbytehq/airbyte/pull/67157) | Update dependencies |
|
|
| 0.0.33 | 2025-09-30 | [66947](https://github.com/airbytehq/airbyte/pull/66947) | Update dependencies |
|
|
| 0.0.32 | 2025-09-09 | [65745](https://github.com/airbytehq/airbyte/pull/65745) | Update dependencies |
|
|
| 0.0.31 | 2025-08-23 | [65267](https://github.com/airbytehq/airbyte/pull/65267) | Update dependencies |
|
|
| 0.0.30 | 2025-08-09 | [64778](https://github.com/airbytehq/airbyte/pull/64778) | Update dependencies |
|
|
| 0.0.29 | 2025-07-26 | [64021](https://github.com/airbytehq/airbyte/pull/64021) | Update dependencies |
|
|
| 0.0.28 | 2025-07-19 | [63580](https://github.com/airbytehq/airbyte/pull/63580) | Update dependencies |
|
|
| 0.0.27 | 2025-07-12 | [63024](https://github.com/airbytehq/airbyte/pull/63024) | Update dependencies |
|
|
| 0.0.26 | 2025-07-05 | [62806](https://github.com/airbytehq/airbyte/pull/62806) | Update dependencies |
|
|
| 0.0.25 | 2025-06-28 | [62384](https://github.com/airbytehq/airbyte/pull/62384) | Update dependencies |
|
|
| 0.0.24 | 2025-06-21 | [61962](https://github.com/airbytehq/airbyte/pull/61962) | Update dependencies |
|
|
| 0.0.23 | 2025-06-14 | [61167](https://github.com/airbytehq/airbyte/pull/61167) | Update dependencies |
|
|
| 0.0.22 | 2025-05-24 | [60404](https://github.com/airbytehq/airbyte/pull/60404) | Update dependencies |
|
|
| 0.0.21 | 2025-05-10 | [59954](https://github.com/airbytehq/airbyte/pull/59954) | Update dependencies |
|
|
| 0.0.20 | 2025-05-03 | [59402](https://github.com/airbytehq/airbyte/pull/59402) | Update dependencies |
|
|
| 0.0.19 | 2025-04-26 | [58906](https://github.com/airbytehq/airbyte/pull/58906) | Update dependencies |
|
|
| 0.0.18 | 2025-04-19 | [58313](https://github.com/airbytehq/airbyte/pull/58313) | Update dependencies |
|
|
| 0.0.17 | 2025-04-12 | [57817](https://github.com/airbytehq/airbyte/pull/57817) | Update dependencies |
|
|
| 0.0.16 | 2025-04-05 | [57278](https://github.com/airbytehq/airbyte/pull/57278) | Update dependencies |
|
|
| 0.0.15 | 2025-03-29 | [56489](https://github.com/airbytehq/airbyte/pull/56489) | Update dependencies |
|
|
| 0.0.14 | 2025-03-22 | [55978](https://github.com/airbytehq/airbyte/pull/55978) | Update dependencies |
|
|
| 0.0.13 | 2025-03-08 | [54983](https://github.com/airbytehq/airbyte/pull/54983) | Update dependencies |
|
|
| 0.0.12 | 2025-02-22 | [54446](https://github.com/airbytehq/airbyte/pull/54446) | Update dependencies |
|
|
| 0.0.11 | 2025-02-15 | [53351](https://github.com/airbytehq/airbyte/pull/53351) | Update dependencies |
|
|
| 0.0.10 | 2025-02-01 | [52829](https://github.com/airbytehq/airbyte/pull/52829) | Update dependencies |
|
|
| 0.0.9 | 2025-01-25 | [52315](https://github.com/airbytehq/airbyte/pull/52315) | Update dependencies |
|
|
| 0.0.8 | 2025-01-18 | [51674](https://github.com/airbytehq/airbyte/pull/51674) | Update dependencies |
|
|
| 0.0.7 | 2025-01-11 | [51100](https://github.com/airbytehq/airbyte/pull/51100) | Update dependencies |
|
|
| 0.0.6 | 2025-01-04 | [50585](https://github.com/airbytehq/airbyte/pull/50585) | Update dependencies |
|
|
| 0.0.5 | 2024-12-21 | [49991](https://github.com/airbytehq/airbyte/pull/49991) | Update dependencies |
|
|
| 0.0.4 | 2024-12-14 | [49534](https://github.com/airbytehq/airbyte/pull/49534) | Update dependencies |
|
|
| 0.0.3 | 2024-12-12 | [49170](https://github.com/airbytehq/airbyte/pull/49170) | Update dependencies |
|
|
| 0.0.2 | 2024-12-11 | [48934](https://github.com/airbytehq/airbyte/pull/48934) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
|
|
| 0.0.1 | 2024-10-27 | | Initial release by [@aazam-gh](https://github.com/aazam-gh) via Connector Builder |
|
|
|
|
</details>
|