Snapshot
Snapshot
Configuration
Source that replays entities from raw data captures.
Reads entities from local filesystem. Supports file restoration for FileEntity types.
Authentication
This connector uses a custom authentication configuration.
Optional authentication for blob storage access.
For local filesystem paths, no auth is needed. For Azure blob URLs, provide either:
- SAS token for direct blob access
- Or rely on DefaultAzureCredential (az login)
Internal placeholder (ignored)
Azure SAS token for blob storage access. If not provided, uses DefaultAzureCredential (az login).
Configuration Options
The following configuration options are available for this connector:
Configuration for SnapshotSource.
Specifies the path to raw data captured during a previous sync. Supports both local filesystem paths and Azure blob URLs.
Path to the raw data directory containing manifest.json, entities/, and files/. Can be a local filesystem path (e.g., ‘/path/to/raw/sync-id’) or Azure blob URL (e.g., ‘https://account.blob.core.windows.net/container/raw/sync-id’)
Whether to restore file attachments from the files/ directory