Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-deputy contribution from aazam-gh #47418

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aazam-gh
Copy link
Contributor

What

This PR adds a new connector for source Deputy (source-deputy).

Contributor-provided connector description:

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

Details

Expand for list of spec properties and streams

Configuration

Input Type Description Default Value
api_key string API Key.
base_url string Base URL. The base url for your deputy account to make API requests

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

Reviewer checklist

  • Run /format-fix to resolve any formatting errors
  • Help the contributor upload an icon that follows our icon design guidelines
  • Click into the CI workflows that wait for a maintainer to run them, which should trigger CI runs

Copy link

vercel bot commented Oct 27, 2024

@aazam-gh is attempting to deploy a commit to the Airbyte Growth Team on Vercel.

A member of the Team first needs to authorize it.

@aazam-gh
Copy link
Contributor Author

Fixes #47416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation community connectors/source/deputy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants