IcebergUtil
Functions
Link copied to clipboard
Link copied to clipboard
Builds an Iceberg Catalog.
Link copied to clipboard
Create the namespace if it doesn't already exist.
Link copied to clipboard
fun createTable(streamDescriptor: DestinationStream.Descriptor, catalog: Catalog, schema: Schema): Table
Builds (if necessary) an Iceberg Table. This includes creating the table's namespace if it does not already exist. If the Table already exists, it is loaded from the Catalog.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun EnrichedAirbyteValue.transformValueRecursingIntoArrays(transformer: (AirbyteValue, AirbyteType) -> ChangedValue?): EnrichedAirbyteValue
RB: I just moved this inside the class. I do not take ownership of this code.