Skip to main content

Retrieve the program info of a pipeline.

Retrieve the program info of a pipeline.

Path Parameters
pipeline_name string REQUIRED

Unique pipeline name

Responses
200

Pipeline retrieved successfully

Schema OPTIONAL
dataflow OPTIONAL

Dataflow graph of the program.

input_connectors object

Input connectors derived from the schema.

main_rust string OPTIONAL

Generated main program Rust code: main.rs

output_connectors object

Output connectors derived from the schema.

schema object

A struct containing the tables (inputs) and views for a program.

Parse from the JSON data-type of the DDL generated by the SQL compiler.

inputs object[]
case_sensitive boolean
name string
fields object[]
case_sensitive boolean
name string
columntype (circular)
default string OPTIONAL
lateness string OPTIONAL
unused boolean
watermark string OPTIONAL
materialized boolean OPTIONAL
properties object OPTIONAL
outputs object[]
case_sensitive boolean
name string
fields object[]
case_sensitive boolean
name string
columntype (circular)
default string OPTIONAL
lateness string OPTIONAL
unused boolean
watermark string OPTIONAL
materialized boolean OPTIONAL
properties object OPTIONAL
udf_stubs string OPTIONAL

Generated user defined function (UDF) stubs Rust code: stubs.rs

404

Pipeline with that name does not exist

Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

500
Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.