PIPELINES_CURSORS
This view contains information about a pipeline’s offset ranges. Each row represents a single data source partition.
information_schema.PIPELINES_CURSORS Schema
Column Name | Description |
---|---|
| The name of the database associated with the offsets. |
| The name of the pipeline associated with the offsets. |
| The name of the pipeline’s data source, such as |
| The identifier for a data source’s partition from which offsets are extracted. For an S3 pipeline, this value represents the name of a bucket’s object. |
| The earliest offset for an offset range. This value indicates the starting offset and |
| The bounding offset for an offset range, exclusive. This value indicates the ending offset and |
| The next offset at which the pipeline will start loading in this partition. This number represents the end of the range which has already been loaded by this pipeline, exclusive; all future considered offsets will be beyond this. |
| The offset cursor position in this source partition that has been successfully loaded. If this is lower than |
| The last updated time for an offset range in Unix timestamp format. |
| Some extractors output additional information when extracting data from the source. For S3 pipelines, you may encounter a value of |