Royal Civic Teal admin experience
Operational control surface
Admin / Connect sources / New connection

New Airbyte connection

Live APISJ
Ingest · New Airbyte connection · Step 1 of 5

Set up the connector

Point the platform at an external SQL source and choose how often it refreshes. Once the connection tests successfully you'll detect its schema, map columns, validate, and register it as a governed source.

1Setup
2Detect schema
3Map columns
4Validate
5Register

Connector

Name this connection and pick the kind of source it points to.
Shown in the source registry and the pipeline.

Connection

Where the source lives. Credentials are encrypted at rest and never shown again after saving.
Read-only credentials recommended.
Prepended to every table in raw_airbyte. Best practice: short source abbreviation.
Not tested yet

Frequency of update

How often this source re-syncs. This sets the source's cadence in the registry and its freshness SLA.
Manual
Hourly
Daily
Weekly
Monthly
Custom
Freshness SLA: 26 hours. Streams not refreshed within this window are flagged stale on Source freshness and raise a governance issue.

Sync mode

How rows are pulled on each run.
Full refresh
Replaces all rows each run. Simple, heavier on large tables.
Incremental
Pulls only new or changed rows using a cursor.
Used to detect changes since the last sync.
Cancel
Detect schema unlocks after the connection tests successfully.