MetaFieldDecorator
interface MetaFieldDecorator
MetaField schema definition and utilities, to be implemented by each source connector.
Properties
Functions
Link copied to clipboard
Convenience function for AirbyteStreamFactory.
Link copied to clipboard
abstract fun decorateRecordData(timestamp: OffsetDateTime, globalStateValue: OpaqueStateValue?, stream: Stream, recordData: ObjectNode)
Modifies recordData by setting all MetaField values in global Stream feeds.
abstract fun decorateRecordData(timestamp: OffsetDateTime, globalStateValue: OpaqueStateValue?, stream: Stream, recordData: NativeRecordPayload)