Connectors

A connector is a pre-built integration to an external system that a Pipeline reads from or writes to. Connectors handle authentication, batching, and retry behavior for a specific system so pipeline authors don't have to.

Connector direction

Built-in connector catalog

ConnectorDirectionAuth
PostgresSourceConnection string + replication slot
Amazon S3Source / DestinationIAM role or access key
SnowflakeDestinationKey-pair auth
KafkaSource / DestinationSASL/SSL
WebhookSource / DestinationSigned request or bearer token
Rotating connector credentials

Rotating a connector's credentials pauses any pipeline using it for the duration of the rotation. Plan credential rotations outside peak processing windows.

Connector health

Each connector reports a health status independent of any single pipeline: healthy, degraded, or down. A connector shared across multiple pipelines only needs to be fixed once — every pipeline referencing it recovers automatically.

See also

Connectors are configured per pipeline in the Connecting a data source guide, and referenced directly in the Connectors endpoint of the API reference.