PIPELINES_ OFFSETS
On this page
This view contains information about a pipeline's offset ranges.
Note
This view contains integer-based offsets for traditional pipelines (Kafka, S3, Azure, GCS, HDFS, FS).
information_ schema. PIPELINES_ OFFSETS Schema
|
Column Name |
Description |
|---|---|
|
|
The name of the database that contains the pipeline. |
|
|
The name of the pipeline associated with the offsets. |
|
|
The pipeline data source type, such as KAFKA, S3, AZURE, GCS, HDFS, or FS(filesystem). |
|
|
The identifier of the source partition from which offsets are extracted. For S3 pipelines, this value represents an object name in a bucket. For Kafka pipelines, it represents the partition number. |
|
|
The starting offset of an offset range. |
|
|
The ending offset of an offset range (exclusive). |
|
|
The most recent offset that the pipeline has extracted. |
|
|
The most recent offset that has been successfully loaded and committed. |
|
|
The next offset at which the pipeline expects to resume loading. |
|
|
The time when the offset metadata was last updated, expressed as a Unix timestamp. |
|
|
Additional extractor-specific metadata in JSON format. |
Last modified: February 5, 2026