Retrieve the dataflow graph of a pipeline.
The dataflow graph is generated during SQL compilation and shows the structure
of the compiled SQL program including the Calcite plan and MIR nodes.
| Path Parameters |
|---|
pipeline_name string — REQUIRED |
| Responses |
|---|
200
Dataflow graph retrieved successfully |
404
Pipeline with that name does not exist or dataflow graph is not available | Schema — OPTIONAL |
|---|
details objectDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
| Schema — OPTIONAL |
|---|
details objectDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|