Show Pipeline

Summary

The SHOW PIPELINE command displays pipeline information.

Syntax

show pipeline <pipeline_name> [members | labels];

Parameters

Parameter
Description
Parameter
Description
<pipeline_name> The name of the pipeline.
members Returns a result set listing all members in the pipeline. Members can be steps or other pipeline objects.
labels Returns all label tags found on the pipeline.

Examples

show pipeline p1;
show pipeline p1 members;
show pipeline p1 labels;
 
select * from (show pipeline p_run_report_sql members);

Related Commands

ALTER PIPELINE

CREATE PIPELINE

DROP PIPELINE

INVOKE PIPELINE

SHOW PIPELINES