Capture Snapshots
Capture snapshots from both s3 and index for debugging purpose.
This Flow triggers a snapshots capture for a structured datasource, mainly for debugging purposes. Structured datasources are continuously synchronizing a storage (an object storage or a local FS exposed as an S3-compatible storage), and an SQL index. Sometimes, synchronization issues cannot be easily fixed and it can be useful to load the initial representation of both endpoints.
Parameters¶
Name | Type | Default | Mandatory | Description |
---|---|---|---|---|
DataSourceName | text | true | Name of the datasource to capture. | |
TargetFolder | text | true | Folder where to store the snapshots (must be created). | |
Format | select, possible values: JSON (json), BoltDB (bolt) | json | true | Output format for the snapshots. |
Trigger Type¶
Manual