Skip to main content

Configuring connections

After you have created a connection, you can change how your data syncs to the destination by modifying the configuration settings and the stream settings.

Configure connection settings

Configuring the connection settings allows you to manage various aspects of the sync, such as how often data syncs and where data is written.

To configure these settings:

  1. On the Airbyte Cloud dashboard, click Connections and then click the connection you want to change.

  2. Click the Replication tab.

  3. Click the Configuration dropdown.

You can configure the following settings:

note

These settings apply to all streams in the connection.

SettingDescription
Replication frequencyHow often the data syncs
Destination namespaceWhere the replicated data is written
Destination stream prefixHow you identify streams from different connectors
Detect and propagate schema changesHow Airbyte handles syncs when it detects schema changes in the source

To use cron scheduling:

  1. In the Replication Frequency dropdown, click Cron.

  2. Enter a cron expression and choose a time zone to create a sync schedule.

note
  • Only one sync per connection can run at a time.
  • If a sync is scheduled to run before the previous sync finishes, the scheduled sync will start after the completion of the previous sync.
  • Reach out to Sales to enable syncs more frequently than once per hour.

Modify streams in your connection

In the Activate the streams you want to sync table, you can choose which streams to sync and how they are loaded to the destination.

info

A connection's schema consists of one or many streams. Each stream is most commonly associated with a database table or an API endpoint. Within a stream, there can be one or many fields or columns.

To modify streams:

  1. On the Airbyte Cloud dashboard, click Connections and then click the connection you want to change.

  2. Click the Replication tab.

  3. Scroll down to the Activate the streams you want to sync table.

Modify an individual stream:

  1. In the Activate the streams you want to sync table, toggle Sync on or off for your selected stream. To select or deselect all streams, click the checkbox in the table header. To deselect an individual stream, deselect its checkbox in the table.

  2. Click the Sync mode dropdown and select the sync mode you want to apply. Depending on the sync mode you select, you may need to choose a cursor or primary key.

info

Source-defined cursors and primary keys are selected automatically and cannot be changed in the table.

  1. Click on a stream to display the stream details panel.

  2. Toggle individual fields to include or exclude them in the sync, or use the toggle in the table header to select all fields at once.

info
  • You can only deselect top-level fields. You cannot deselect nested fields.
  • The Airbyte platform may read all data from the source (depending on the source), but it will only write data to the destination from fields you selected. Deselecting fields will not prevent the Airbyte platform from reading them.
  • When you refresh the schema, newly added fields will be selected by default, even if you have previously deselected fields in that stream.
  1. Click the X to close the stream details panel.

  2. Click Save changes, or click Cancel to discard the changes.

  3. The Stream configuration changed dialog displays. This gives you the option to reset streams when you save the changes.

caution

Airbyte recommends that you reset streams. A reset will delete data in the destination of the affected streams and then re-sync that data. Skipping a reset is discouraged and might lead to unexpected behavior.

  1. Click Save connection.