Skip to main content
Version: current [26.x]

DROP PIPE Enterprise

Removes the specified pipe from a source in Dremio. Dropping a pipe does not change any configuration settings for the source. This command only applies to Apache Iceberg tables.

Syntax
DROP PIPE <pipe_name>

Parameters

<pipe_name> String

The unique name of the pipe to drop.

Examples

Dropping a pipe
DROP PIPE Example_pipe