pipes
pipes
provides information about all pipes stored in the current or specified database.
The following fields are provided in pipes
:
Field | Description |
---|---|
DATABASE_NAME | The name of the database in which the pipe is stored. |
PIPE_ID | The unique ID of the pipe. |
PIPE_NAME | The name of the pipe. |
TABLE_NAME | The name of the destination table. Format: <database_name>.<table_name> . |
STATE | The status of the pipe. Valid values: RUNNING , FINISHED , SUSPENDED , and ERROR . |
LOAD_STATUS | The overall status of the data files to be loaded via the pipe, including the following sub-fields:
|
LAST_ERROR | The details about the last error that occurred during the pipe execution. Default value: NULL . |
CREATED_TIME | The date and time when the pipe was created. Format: yyyy-MM-dd HH:mm:ss . Example: 2023-07-24 14:58:58 . |