Create backfill
Creates a new backfill for a specific sink. The backfill will be created in the active
state.
Request fields
The name or ID of the sink
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
The unique identifier of the backfill
The current state of the backfill (active, completed, cancelled)
The name of the table that was backfilled
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