Snapshot

Snapshot logo

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.

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)
placeholder
strDefaults to snapshot

Internal placeholder (ignored)

sas_token
Optional[str]

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 Parameters

Configuration for SnapshotSource.

Specifies the path to raw data captured during a previous sync. Supports both local filesystem paths and Azure blob URLs.

path
strRequired

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’)

restore_files
boolDefaults to

Whether to restore file attachments from the files/ directory