Pipe
Pipe is the continuous data ingestion object in the Lakehouse. Once created via SQL DDL, it runs automatically, continuously reading data from object storage (OSS/COS/S3) or Kafka and writing it to a target table.
For a detailed introduction, see Pipe Object Model.
Chapter Contents
| Page | Description |
|---|---|
| CREATE PIPE | Create an object storage Pipe or Kafka Pipe |
| ALTER PIPE | Pause, resume, or modify batch interval and other properties |
| DROP PIPE | Drop a Pipe (does not affect target table data) |
| SHOW PIPES | List all Pipes in the current Schema |
| SHOW CREATE PIPE | View the creation statement of a Pipe |
| DESC PIPE | View Pipe details including status, source, target, and latency |
Common Operations
Create an Object Storage Pipe
Create a Kafka Pipe
Pause and Resume
View and Drop
Related Documentation
| Document | Description |
|---|---|
| Pipe Object Model | Core concepts, comparison of two modes, deduplication mechanism, complete parameter reference |
| Object Storage Pipe Detailed Configuration | Complete configuration for EVENT_NOTIFICATION mode |
| Kafka Pipe Detailed Configuration | READ_KAFKA parameter reference, consumer offset management |
| Real-time Pipeline Selection Guide | Comparison and selection guide for Pipe / Stream / Dynamic Table |
