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:
start_datetime
string
A datetime formatted string representing the start time of the backfill, e.g. "2023-09-05 23:56:05"
.
end_datetime
A datetime formatted string representing the end time of the backfill, e.g. "2023-09-05 23:56:05"
.
interval_type
string
The interval type for the backfill. One of: minute
, hour
, day
, week
, month
, or year
.
interval_units
integer
The number of interval units for the backfill.
name
string
A new name for the backfill.
status
status
The backfill status. One of initial
, running
, completed
, failed
, cancelled
.
variables
object
An object containing Global Pipeline Variables to be overriden by the backfill. Any Global Variable may be overridden.
Was this page helpful?