Package-level declarations

Types

Link copied to clipboard
@Serializable
data class AnalyticBucket(val name: String, val type: String, val format: String, val createdAt: Instant, val updatedAt: Instant)

Represents an Analytics Bucket using Apache Iceberg table format. Analytics buckets are optimized for analytical queries and data processing.

Link copied to clipboard
data class IcebergClientConfiguration(val baseUrl: String, val defaultHeaders: suspend () -> Headers)

Configuration for a custom iceberg client e.g. for Java Apache Iceberg

Link copied to clipboard

Interface for managing Analytics Buckets using Iceberg tables