Skip to main content

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:

FeatureSupported?(Yes/No)Notes
Full Refresh SyncYes
Incremental SyncNo
NamespacesNo
PaginationYes

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.

  1. Head to app.orbit.love and login to your account.
  2. Go to the Settings tab on the right sidebar.
  3. Navigate to API Tokens.
  4. 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
VersionDatePull RequestSubject
0.3.182024-08-3144969Update dependencies
0.3.172024-08-2444663Update dependencies
0.3.162024-08-1744330Update dependencies
0.3.152024-08-1043697Update dependencies
0.3.142024-08-0343188Update dependencies
0.3.132024-07-2742388Update dependencies
0.3.122024-07-1341770Update dependencies
0.3.112024-07-1041428Update dependencies
0.3.102024-07-0941216Update dependencies
0.3.92024-07-0640974Update dependencies
0.3.82024-06-2540293Update dependencies
0.3.72024-06-2240041Update dependencies
0.3.62024-06-0639179[autopull] Upgrade base image to v1.2.2
0.3.52024-05-2838700Make compatible with builder
0.3.42024-04-1937212Updating to 0.80.0 CDK
0.3.32024-04-1837212Manage dependencies with Poetry.
0.3.22024-04-1537212Base image migration: remove Dockerfile and use the python-connector-base image
0.3.12024-04-1237212schema descriptions
0.3.02023-10-2530976Migrate to low-code framework
0.2.02023-10-2331747Update schema
0.1.12022-06-2814208Remove unused schema
0.1.02022-06-2713390Initial Release