v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
Transforms (SQL)

Handle Sql Transform Commit

Fully commit a transform.

post/sql-transforms/commit

Request body

flow_idstring required

The ID of the flow for this transform.

transform_plan_idsinteger[]

A list of transform plans ids to formally commit. This performs these transform plans in sequence and hard-bakes the result, pointing the flow to the result instead.

Response

Successful Response

idinteger nullable

ID of this object.

created_atstring date-time nullable

datetime object representing when this object was created.

updated_atstring date-time nullable

datetime object representing when this object was updated.

deleted_atstring date-time nullable

datetime object representing when this object was deleted.

status'RUNNING' | 'COMPLETED' | 'FAILED'
endpointstring

Endpoint spawning async job

errorstring nullable

error message

{"stackTrail":"components:schemas:AsyncJobRecord:properties:response","oasType":"schema","type":"unknown","title":"Response","description":"async response"}