Backfills
Update backfill
PUT /api/pipelines/:pipeline_uuid/backfills/:backfill_id
All default attributes for a backfill may be updated in addittion to the following:
string
A datetime formatted string representing the start time of the backfill, e.g.
"2023-09-05 23:56:05".A datetime formatted string representing the end time of the backfill, e.g.
"2023-09-05 23:56:05".string
The interval type for the backfill. One of:
minute, hour, day, week, month, or year.integer
The number of interval units for the backfill.
string
A new name for the backfill.
status
The backfill status. One of
initial, running, completed, failed, cancelled.object
An object containing Global Pipeline Variables to be overridden by the backfill. Any Global Variable may be overridden.