Skip to main content

Review the connection status

AvailableCloud AvailableSelf-Managed Community (OSS)AvailableSelf-Managed Enterprise

The Status page for a connection displays information about the connection and the status of each stream being synced. Reviewing this page allows you to assess the connection's current status, understand when the next sync will be run, and observe sync trends.

Connection Status

note

The Streams status and Records loaded graphs are available in Airbyte Cloud and Airbyte Enterprise.

To view the connection status:

  1. In the Airbyte UI, click Connections.

  2. Each connection is listed alongside it's status. You can also filter for a specific status to see specific connections.

StatusDescription
HealthyThe most recent sync for this connection succeeded
FailedThe most recent sync for this stream failed
RunningThe connection is currently actively syncing
PausedThe connection is disabled and is not scheduled to run automatically
  1. On the Status tab for a connection, the status is displayed as an icon to the left of the connection name.

Review the stream status

The stream status allows you to monitor an individual stream's latest status. Most connections will be syncing more than one stream, and this allows you to .

StatusDescription
On timeThe stream is operating within the expected timeframe expectations set by the replication frequency
SyncingThe stream is currently actively syncing. The stream will also be highlighted in grey to indicate the sync is actively extracting or loading data.
QueuedThe stream has not synced yet, and is scheduled to be synced in the current ongoing sync
Queued for next syncThe stream has not synced yet, and is scheduled to be synced in the next scheduled sync
On trackThe connection is slightly delayed but is expected to catch up before the next sync. This can occur when a transient sync error occurs.
LateThe 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
ErrorThe 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
Action RequiredA breaking change related to the source or destination requires attention to resolve
PendingThe stream has not been synced yet, so not status exists

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.

Per-Stream Actions

In addition to the stream status, Airbyte offers several stream-specific actions that allow for precise management of your data. Clicking the three grey dots next to any stream opens the available options for the stream.

  • Show in replication table navigates you to the Schema tab of the connection, where the stream you selected is highlighted
  • Open details opens the field selection pane for the stream
  • Refresh stream repulls all historical data for the stream
  • Clear data removes previously synced data from your destination for the stream

Connection Troubleshooting

The Status page offers users visibility into the recent history of your syncs. For Cloud and Enterprise users, the Streams status and Records loaded are shown for the last 8 syncs. To navigate quickly to the related sync history, hover over the graph and select the sync you're interested in viewing.

Resolving Connection Errors

If the most recent sync failed, you'll see the error message that will help to diagnose if the failure is due to a configuration or system error.

Configuration errors are highlighted in red. If the failure is due to a configuration error, Airbyte recommends navigating to the related source or destination to re-test and save before attempting another sync.

Configuration Error

All other errors are highlighted in yellow. These can range from transient errors or warnings from the source (e.g. rate limits). We expect these to resolve themselves without any action required.

Warning Error

If a sync starts to fail, it will automatically be disabled after multiple consecutive failures or several consecutive days of failure.

Major Version Upgrades (Cloud only)

If a new major version of the connector has been released in Cloud, you will also see a banner on this page indicating the cutoff date for the version upgrade. Airbyte recommends upgrading before the cutoff date to ensure your data continues syncing. If you do not upgrade before the cutoff date, Airbyte will automatically disable your connection.

Learn more about version upgrades in our resolving breaking change documentation.