Data Sources
List Pipeline Data Sources
Add Data Sources To Pipeline
Update Pipeline Data Source
Get Pipeline Data Source Status
Sync Pipeline Data Source
ModelsExpand Collapse
pipeline_data_source: object { id, component, data_source_id, 13 more }
Schema for a data source in a pipeline.
component: map[unknown] or CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } or CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } or 9 more
Component that implements the data source
cloud_s3_data_source: object { bucket, aws_access_id, aws_access_secret, 5 more }
cloud_sharepoint_data_source: object { client_id, client_secret, tenant_id, 11 more }
exclude_path_patterns: optional array of string
List of regex patterns for file paths to exclude. Files whose paths (including filename) match any pattern will be excluded. Example: [‘/temp/’, ‘/backup/’, ‘.git/’, ‘.tmp$’, ’^~’]
cloud_confluence_data_source: object { authentication_mechanism, server_url, api_token, 11 more }
failure_handling: optional object { skip_list_failures }
Configuration for handling failures during processing. Key-value object controlling failure handling behaviors.
Example: { “skip_list_failures”: true }
Currently supports:
- skip_list_failures: Skip failed batches/lists and continue processing
sync_permissions: optional boolean
Whether to fetch space-level permissions (allowed users/groups) and attach them to document metadata for access control. Disable for Confluence Server/Data Center versions whose permission APIs are unavailable (e.g. the JSON-RPC API removed in Data Center 9.2.6+), which otherwise surface as 401 errors during sync.
cloud_jira_data_source: object { authentication_mechanism, query, api_token, 5 more }
Cloud Jira Data Source integrating JiraReader.