Starts a historical backfill job that exports a Snowflake table slice to your destinations.
Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
staging → transporting → completed (or failed / cancelled).
job_id to poll job status via List backfills or to cancel via Cancel backfill.
backfill_windowstart is inclusive, end is exclusive, and start must be less than end.
Backfill by block timestamp. Set partition_key to "block_timestamp".
| Field | Type | Required | Description |
|---|---|---|---|
partition_key | "block_timestamp" | Yes | Must be block_timestamp |
start | string | Yes | Inclusive ISO 8601 start timestamp |
end | string | Yes | Exclusive ISO 8601 end timestamp |
filter (optional)WHERE column IN (values) on the Snowflake COPY INTO query.
destinations