Expand description
Schema types used across the connector framework.
Defines the core data structures for schema inference, resolution, and schema annotations:
RawRecord: A raw record with key, value, timestamp, and headersSourceMetadata: Type-erased metadata from a source connectorFieldMeta: Per-field metadata for schema annotations
Structsยง
- Field
Meta - Per-field metadata for schema annotations.
- RawRecord
- A raw record read from a source before schema application.
- Source
Metadata - Type-erased metadata from a source connector.