Skip to main content

Module types

Module types 

Source
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 headers
  • SourceMetadata: Type-erased metadata from a source connector
  • FieldMeta: Per-field metadata for schema annotations

Structsยง

FieldMeta
Per-field metadata for schema annotations.
RawRecord
A raw record read from a source before schema application.
SourceMetadata
Type-erased metadata from a source connector.