Skip to main content
POST
Backfill pipeline tables

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

uuid
string
required

Body

application/json
beforeBackfill
enum<string>
required

Destination handling before the backfill: empty string leaves existing data unchanged, truncate_table truncates the destination table, and drop_table drops it.

Available options:
,
truncate_table,
drop_table
tableUUIDs
string<uuid>[]
required

UUIDs of the regular or history tables to backfill.

backfillFromDatabases
string[] | null

Optional source databases to backfill for regular-table backfills. Requires beforeBackfill to be the empty-string do-nothing option.

backfillFromSchemas
string[] | null

Optional source schemas to backfill for regular-table backfills. Requires beforeBackfill to be the empty-string do-nothing option.

historyMode
boolean

When true, backfill the selected history tables instead of the regular tables.

Response

No Content