Skip to content

Commit 963dae7

Browse files
authored
docs: update stream statuses in docs (#43429)
1 parent 2eaccd0 commit 963dae7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/cloud/managing-airbyte-cloud/review-connection-status.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,12 @@ The stream status allows you to monitor an individual stream's latest status. Co
3333

3434
| | Status | Description |
3535
| - | ------------------------ | ----------------------------------------------------------------------------------------------- |
36-
|![On time](./assets/connection_synced.png) | **On time** | The stream is operating within the expected timeframe expectations set by the replication frequency |
36+
|![Synced](./assets/connection_synced.png) | **Synced** | The stream's last sync was successful. |
3737
|![Syncing](./assets/connection_syncing.png) | **Syncing** | The stream is currently actively syncing. The stream will also be highlighted in grey to indicate the sync is actively extracting or loading data. |
3838
|![Queued](./assets/connection_not_yet_synced.png) | **Queued** | The stream has not synced yet, and is scheduled to be synced in the current ongoing sync |
3939
|![Queued for next sync](./assets/connection_not_yet_synced.png) | **Queued for next sync** | The stream has not synced yet, and is scheduled to be synced in the next scheduled sync |
40-
|![On track](./assets/connection_synced.png) | **On track** | The connection is slightly delayed but is expected to catch up before the next sync. This can occur when a transient sync error occurs. |
41-
|![Late](./assets/connection_incomplete.png) | **Late** | The connection has not loaded data within the scheduled replication frequency. For example, if the replication frequency is 1 hour, the connection has not loaded data for more than 1 hour |
42-
|![Error](./assets/connection_incomplete.png) | **Error** | The connection has not loaded data in more than two times the scheduled replication frequency. For example, if the replication frequency is 1 hour, the connection has not loaded data for more than 2 hours |
40+
|![Error](./assets/connection_incomplete.png) | **Error** | The connection did not succeed on its most recent sync, but is expected to recover on the next one |
4341
|![Action Required](./assets/connection_action_required.png) | **Action Required** | A breaking change related to the source or destination requires attention to resolve |
44-
|![Pending](./assets/connection_disabled.png) | **Pending** | The stream has not been synced yet, so not status exists
4542

4643
Once the sync is complete, each stream displays the time since the last record was loaded to the destination. You can click **Last record loaded** in the header to optionally display the exact datetime the last record was loaded.
4744

0 commit comments

Comments
 (0)