Managing your Connections
A connection tells Dalgo what data to sync from a saved source into your warehouse.
If a source answers "where does the data live?", a connection answers "which data should be copied into the warehouse, and how should it sync?".
- Click the
Connectionstab in the Ingest section. - To add a new connection, click
+ New Connection.
- Give your connection a name and select the source you want to sync. The available source tables or streams will appear in the streams column.
- Select whether you want the data to be normalised.
- Turn on sync for the relevant streams or tables from that source.
- Choose how you want the data to sync, then click
Connect. - To test your configuration, click the
Syncbutton on the right side of the connection row. The sync will begin to run and logs will populate in the section below.
Schema changes
If columns or fields change in your source data, Dalgo detects those schema changes on the relevant connection and shows them as pending changes.
- Dalgo automatically detects additions, removals, or changes to columns in your source tables.
- When a change is detected, a Pending Changes section appears in Ingest and lists the affected connections.
- Click
Viewnext to a connection to review what changed. - You can approve or ignore those changes. If you approve them, Dalgo updates the connection and the pending changes entry disappears.
- If a change removes a critical field, such as a cursor field, Dalgo treats it as a breaking change. These changes cannot be approved in Dalgo and must be fixed at the source.
- After approved changes are applied, future syncs will use the updated schema.
Note: Make sure schema changes are compatible with your downstream models and dashboards. If you are unsure, check with your data team or contact
support@dalgo.org.