Transforms (SQL)
Handle Sql Transform Preview
Preview the result of a transform.
post/sql-transforms/preview
Request body
flow_idstring required
The ID of the flow for this transform.
transform_plan_idsinteger[]
A list of prior transform plans to be applied before this one. This is the primary mechanism by which we support "chaining" transforms in a way that does not require you to actually commit in order to do the next one.
descriptionstring required
The user's plaintext request of what transform they want to see.
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"}