Fully update a pipeline if it already exists, otherwise create a new pipeline.
Fully update a pipeline if it already exists, otherwise create a new pipeline.
Path Parameters |
---|
pipeline_name string — REQUIREDUnique pipeline name |
Request Body — REQUIRED | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
description string | ||||||||||||||||||||||
name string — REQUIRED | ||||||||||||||||||||||
program_code string — REQUIRED | ||||||||||||||||||||||
program_config objectProgram configuration.
| ||||||||||||||||||||||
runtime_config objectGlobal pipeline configuration settings. This is the publicly exposed type for users to configure pipelines.
| ||||||||||||||||||||||
udf_rust string | ||||||||||||||||||||||
udf_toml string |
Responses | ||||||||
---|---|---|---|---|---|---|---|---|
200 Pipeline successfully updated
|