Skip to main content
Version: 2.0

Sources

A source is where a pipeline reads records from. Each record is fed to a new agent session for processing. The source object on a pipeline is discriminated by its type, which selects the connector and its configuration.

Available sources

Capabilities

Every source supports incremental sync and resolves source metadata at fetch time. They differ in which metadata buckets they populate and how they authenticate.

SourcetypeACL metadataAuthentication
Amazon S3s3Object ACL (owners, editors, readers, public/authenticated groups)Access key ID and secret
Google Drivegoogle_driveDrive permissionsOAuth service account
SharePointsharepointNoneApp registration (Microsoft Graph)
BoxboxCollaborations and shared-link accessClient Credentials Grant
Wolkenwolken_kbOrg-wide read (audience-level)Wolken data API credentials
WebwebNoneOptional per-request credential
ConfluenceconfluencePage read restrictions and space audienceRemoteAuth (Cloud or Data Center)
note

Deletes are not propagated by any source. A record the connector can no longer retrieve stops appearing in new runs. The pipeline emits no delete signal, so anything a previous run already produced downstream, for example, a document indexed into a corpus, is left in place.