Orbit
This source can sync data for the Orbit API. It currently only supports Full Refresh syncs.
This Source is capable of syncing the following core Streams:
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | No | |
Namespaces | No | |
Pagination | Yes |
The Orbit API is rate limited at 120 requests per IP per minute as stated here.
Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- Orbit API key - This can either be a workspace-tied key or a general personal key.
The Orbit API Key should be available to you immediately as an Orbit user.
- Head to app.orbit.love and login to your account.
- Go to the Settings tab on the right sidebar.
- Navigate to API Tokens.
- Click New API Token in the top right if one doesn't already exist.
Config fields reference
Field
Type
Property name
string
api_token
string
workspace
string
start_date
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.3.18 | 2024-08-31 | 44969 | Update dependencies |
0.3.17 | 2024-08-24 | 44663 | Update dependencies |
0.3.16 | 2024-08-17 | 44330 | Update dependencies |
0.3.15 | 2024-08-10 | 43697 | Update dependencies |
0.3.14 | 2024-08-03 | 43188 | Update dependencies |
0.3.13 | 2024-07-27 | 42388 | Update dependencies |
0.3.12 | 2024-07-13 | 41770 | Update dependencies |
0.3.11 | 2024-07-10 | 41428 | Update dependencies |
0.3.10 | 2024-07-09 | 41216 | Update dependencies |
0.3.9 | 2024-07-06 | 40974 | Update dependencies |
0.3.8 | 2024-06-25 | 40293 | Update dependencies |
0.3.7 | 2024-06-22 | 40041 | Update dependencies |
0.3.6 | 2024-06-06 | 39179 | [autopull] Upgrade base image to v1.2.2 |
0.3.5 | 2024-05-28 | 38700 | Make compatible with builder |
0.3.4 | 2024-04-19 | 37212 | Updating to 0.80.0 CDK |
0.3.3 | 2024-04-18 | 37212 | Manage dependencies with Poetry. |
0.3.2 | 2024-04-15 | 37212 | Base image migration: remove Dockerfile and use the python-connector-base image |
0.3.1 | 2024-04-12 | 37212 | schema descriptions |
0.3.0 | 2023-10-25 | 30976 | Migrate to low-code framework |
0.2.0 | 2023-10-23 | 31747 | Update schema |
0.1.1 | 2022-06-28 | 14208 | Remove unused schema |
0.1.0 | 2022-06-27 | 13390 | Initial Release |