Guru
This page contains the setup guide and reference information for the Guru source connector.
Prerequisites
To set up the Guru source connector, you'll need the Guru Auth keys with permissions to the resources Airbyte should be able to access.
Set up the Greenhouse connector in Airbyte
- Log into your Airbyte Cloud account or navigate to the Airbyte Open Source dashboard.
- Click Sources and then click + New source.
- On the Set up the source page, select Guru from the Source type dropdown.
- Enter the name for the Greenhouse connector.
- Enter your Guru API Key that you obtained from Greenhouse.
- The
USERNAME
is your email
and PASSWORD
is your api_key
- Click Set up source.
Configuration
Input | Type | Description | Default Value |
---|
username | string | Username. | |
password | string | Password. | |
start_date | string | Start date. | |
team_id | string | team_id. Team ID received through response of /teams streams, make sure about access to the team | |
search_cards_query | string | search_cards_query. Query for searching cards | |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|
teams | id | DefaultPaginator | ✅ | ✅ |
groups | id | DefaultPaginator | ✅ | ✅ |
group_collection_access | | DefaultPaginator | ✅ | ✅ |
group_members | | DefaultPaginator | ✅ | ✅ |
members | id | DefaultPaginator | ✅ | ✅ |
team_analytics | | DefaultPaginator | ✅ | ❌ |
collections | id | DefaultPaginator | ✅ | ✅ |
folders | id | DefaultPaginator | ✅ | ❌ |
folder_items | id | DefaultPaginator | ✅ | ❌ |
folders_parent | | DefaultPaginator | ✅ | ❌ |
search_cardmgr | id | DefaultPaginator | ✅ | ✅ |
tag_categories | | DefaultPaginator | ✅ | ❌ |
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|
0.0.1 | 2024-08-31 | 45066 | Initial release by @btkcodedev via Connector Builder |