Pipelines
Create a new pipeline
The API will create a single job for the pipeline.
POST
/
v1
/
pipelines
Body
application/json
checkpointIntervalMicros
integer | null
name
string
requiredparallelism
integer
requiredquery
string
requiredudfs
object[] | null
Response
200 - application/json
action
enum<string>
Available options:
none
, checkpoint
, graceful
, immediate
, force
actionInProgress
boolean
requiredactionText
string
requiredcheckpointIntervalMicros
integer
requiredcreatedAt
integer
requiredgraph
object
requiredid
string
requiredname
string
requiredpreview
boolean
requiredquery
string
requiredstop
enum<string>
requiredAvailable options:
none
, checkpoint
, graceful
, immediate
, force
udfs
object[]
required