Get Dataflow Graph
Required role: read or higher.
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 — REQUIREDUnique pipeline name |
| Responses | ||||
|---|---|---|---|---|
200Dataflow graph retrieved successfully
| ||||
404Pipeline with that name does not exist or dataflow graph is not available
| ||||
500
|