Package-level declarations
Types
Link copied to clipboard
data class RecordDTO(val fields: Map<String, AirbyteValue>, val partitionKey: PartitionKey, val sizeBytes: Long, val emittedAtMs: Long)
Data transfer object containing a transformed record ready for aggregation and loading.
Link copied to clipboard
Result of a value validation check via the ValueCoercer.validate method.
Link copied to clipboard
interface ValueCoercer
Interface for destination-specific field coercion and type representation.