Sync and schedules
A sync is a pull that brings external records into the platform and keeps them current. This page covers how syncs are configured and what happens to the data.
Sync rules
A sync rule describes one repeating pull. Each rule has:
- A source. The connector it pulls from.
- A schedule. How often it runs.
- A scope. The window and the records it covers.
- A destination. Where the records land inside the platform.
A scheduled sync uses the span since its last successful run, so it picks up only what is new.
Multiple rules per source
A single source can have more than one sync rule. That lets you pull different kinds of records on different cadences (for example, frequent trip updates and a slower nightly pull of reference data) without forcing everything onto one schedule.
How data is normalized
When a sync runs, it fetches the records for its window, reconciles them against what is already stored (inserting, updating, or skipping rather than duplicating), records the outcome and counts, and notifies downstream tools if anything changed.
See also
- Connecting a source to set up a connector.
- Connector health to watch a sync over time.
