Backfills
Update Backfill
PATCH
Updates an existing backfill.
Request fields
The name or ID of the sink
The ID of the backfill to update
The new state of the backfill (active, cancelled)
Response fields
The unique identifier of the backfill
The current state of the backfill (active, completed, cancelled)
The timestamp when the backfill was created
The name of the sink consumer
The timestamp when the backfill was last updated
The timestamp when the backfill was cancelled (null if not cancelled)
The timestamp when the backfill was completed (null if not completed)
The number of rows ingested by the backfill
The initial number of rows to be processed
The number of rows processed by the backfill
The column used for sorting the backfill data