Show Step

Summary

The SHOW STEP command returns a result set containing metadata for the specified step.

 

Syntax

show step <step_name> [labels];

Parameters

Parameter
Description
<step_name>
The name of the step.
[labels] Instructs the command to return a result set listing all labels attached to the step. Developers can add descriptive string labels to steps and pipeline objects for documentation purposes.

Details

The metadata returned includes the XSQL command that the step invokes.

Examples

show step s_trig_set_period_name;
show step s_trig_set_period_name labels;

Related Commands

ALTER STEP

CREATE STEP

DROP STEP

INVOKE STEP

SHOW PIPELINE

SHOW STEPS