Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
SHOW PIPELINES
On this page
The SHOW PIPELINES command shows all existing pipelines in a database and their current state.
Possible states are Running, Testing, Profiling, Running., Stopped, and Error, and they are described in the Pipelines Information Schema Tables topic.
Background pipelines will show True in the Scheduled column until the task is finished.
Non-background pipelines will always show False in the Scheduled column.
Syntax
SHOW PIPELINES
Example
SHOW PIPELINES;
+------------------------+---------+-----------+
| Pipelines_exp_db | State | Scheduled |
+------------------------+---------+-----------+
| color_list | Running | True |
| color_list2 | Running | False |
+------------------------+---------+-----------+Related Topics
Last modified: