Create backfill
Backfills
Create backfill
Starts a historical backfill job that exports a Snowflake table slice to your destinations.
POST
Create backfill
Stages data from a Snowflake table for the given window, then streams it to one or more destinations. The job progresses through
Response:
Use
Request body:
Translates to
Uses the same sink types as pipelines. See the Sinks reference.
staging → transporting → completed (or failed / cancelled).
job_id to poll job status via List backfills or to cancel via Cancel backfill.
Request body:
backfill_window
start 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.