Starts a historical backfill job that exports a Snowflake table slice to your destinations.
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.
partition_key to "block".| Field | Type | Required | Description |
|---|---|---|---|
partition_key | "block" | Yes | Must be block |
start | integer | Yes | Inclusive start block |
end | integer | Yes | Exclusive end block |
filter (optional)WHERE column IN (values) on the Snowflake COPY INTO query.
destinations