PIPELINES_ BATCHES_ METADATA
On this page
This view contains metadata about individual batches as they are loaded into the database.
information_ schema. PIPELINES_ BATCHES_ METADATA Schema
Name |
Description |
---|---|
|
The name of the database associated with the batch. |
|
The internal unique identifier for the pipeline. |
|
The name of the pipeline associated with the batch. |
|
The internal unique identifier for the batch. |
|
Specifies whether the batch transaction is successful.
|
|
The number of rows affected in the destination table as a result of the batch transaction. |
|
The total number of rows inserted in the batch. |
|
The total number of rows updated in the batch. For |
|
The total number of rows deleted in the batch. |
|
The elapsed time in seconds from the start of the batch transaction to its completion (either success or failure). |
|
The time that the batch transaction started in Unix timestamp format. |
|
The total number of batch partitions associated with the batch. |
Last modified: October 14, 2025