* add basic auth for Lever * Update lever-hiring.md * Update spec.json * Update source.py * Revert "Update spec.json" This reverts commit77b10a653b. * Revert "Update source.py" This reverts commit3d6d83c6c6. * Update spec.json * update spec.json, replace sample config, change check to auth_type * unit tests with parametrize * gradlew formatting python + fixing bugs to ensure it works * modifs as suggested by reviewer * Update test_source.py * Update test_source.py * fixing specs in order for integration tests to pass * fix acceptance test TestSpec.test_oauth_flow_parameters * bump the docker image version to 0.1.3 * auto-bump connector version Co-authored-by: Yiyang Li <yiyangli2010@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2.1 KiB
2.1 KiB
Lever Hiring
Sync overview
The Lever Hiring source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This source can sync data for the Lever Hiring API.
Output schema
This Source is capable of syncing the following core Streams:
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental - Append Sync | Yes | |
| SSL connection | Yes | |
| Namespaces | No |
Performance considerations
The Lever Hiring connector should not run into Lever Hiring API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Getting started
Requirements
- Lever Hiring Client Id
- Lever Hiring Client Secret
- Lever Hiring Refresh Token
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.3 | 2022-10-14 | 17996 | Add Basic Auth management |
| 0.1.2 | 2021-12-30 | 9214 | Update title and descriptions |
| 0.1.1 | 2021-12-16 | 7677 | OAuth Automated Authentication |
| 0.1.0 | 2021-09-22 | 6141 | Add Lever Hiring Source Connector |