Skip to main content
POST
Creates a new backfill for a specific sink. The backfill will be created in the active state.

Request fields

string
required
The name or ID of the sink
string
The source table for the backfill in the format schema.table or table (schema defaults to public)Must specify this parameter if the sink is configured to stream changes from all tables in a schema.

Response fields

string
The unique identifier of the backfill
string
The current state of the backfill (active, completed, cancelled)
string
The name of the table that was backfilled
string
The timestamp when the backfill was created
string
The name of the sink consumer
string
The timestamp when the backfill was last updated
string
The timestamp when the backfill was cancelled (null if not cancelled)
string
The timestamp when the backfill was completed (null if not completed)
integer
The number of rows ingested by the backfill
integer
The initial number of rows to be processed
integer
The number of rows processed by the backfill
string
The column used for sorting the backfill data