Important
The SingleStore 9.1 release candidate (RC) gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 9.1.
PIPELINES_ SOURCE_ OFFSETS
On this page
This view contains JSON-based offset information for pipelines, particularly SingleStore Kafka Connect Pipelines.
Unlike the integer-based offsets stored in PIPELINES_, this view stores complex offset structures in JSON format to accommodate various Kafka Connect source connectors that require more sophisticated offset tracking.
Note
This view is primarily used for Kafka Connect Pipelines, where offset structures vary by connector type.PIPELINES_.
The KEY and VALUE columns contain JSON data whose structure depends on the specific Kafka Connect source connector being used.
information_ schema. PIPELINES_ SOURCE_ OFFSETS Schema
|
Column Name |
Description |
|---|---|
|
|
The name of the database that contains the pipeline. |
|
|
The name of the pipeline associated with these offsets. |
|
|
The unique identifier for the batch transaction. |
|
|
The task identifier within the pipeline. |
|
|
The offset key, in JSON format. |
|
|
The offset value in JSON format. |
Last modified: February 18, 2026