The Celigo sync dashboard provides a visual record of a sync's runs, including extracted records, loaded records, run status, and errors. By offering clear visibility into execution metrics, record volume, and runtime errors, integration managers can quickly track performance trends, troubleshoot issues, and ensure smooth data operations across applications.
View the dashboard
Review the syncs in an integration.
- Go to Home
, and then open the integration containing your sync.
- Select the sync name to open the sync dashboard.
Select a date range from the top of the dashboard to filter the runs displayed. The graph shows the overall trend of records loaded with each run.
Sync run table overview
Each run appears as a row in the table below the graph, with the following columns:
- Started — The initial timestamp of a scheduled or on-demand run. Sortable by newest or oldest.
- Status — How an in-progress or finished run is currently standing, such as Running, Failed, or Completed. Filterable by status.
- Completed — The final timestamp of a run.
- Duration — Time elapsed between the started and completed timestamps.
- Errors — The number of runtime errors Celigo encountered, or received from the source and destination applications. A count greater than zero links to more error detail. Sortable by error count.
-
Tables — The number of tables polled during the run. Sortable by table count.
Note
If another sync run is already accessing a table, the current or a future run skips that table until the other run finishes. You can view that table's progress within the sync run that's actively reading from it.
- Extracted records — The number of records contained in the source objects or exports. Sortable by record count.
-
Loaded records — The number of records written to the destination's tables. Sortable by record count.
Note
When your schema drift policy normalizes a nested field into a separate table, the Extracted records count matches the parent record count, while the Loaded records count reflects the actual number of rows written to the normalized table.
Review or cancel a sync run
Select Actions to view the sync details, access the event log, or cancel an active sync run.
- View details — A detailed summary of tables in the run.
- Event log — A shortcut to the event log for the selected run. Disabled if unavailable. (see the following section for information on how to interpret the event log).
- Cancel sync run — Cancels an in-progress run.