S3IcebergDirectTarget

Specifies a target that writes to an Iceberg data source in Amazon S3.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides additional configuration options for customizing the Iceberg table behavior.

Link copied to clipboard

Specifies the compression codec used for Iceberg table files in S3.

Link copied to clipboard

Specifies the file format used for storing Iceberg table data (e.g., Parquet, ORC).

Link copied to clipboard

Defines the single input source that provides data to this Iceberg target.

Link copied to clipboard

Specifies the unique identifier for the Iceberg target node in your data pipeline.

Link copied to clipboard

Sets the number of target partitions for distributing Iceberg table files across S3.

Link copied to clipboard

Specifies the columns used to partition the Iceberg table data in S3.

Link copied to clipboard

Defines the S3 location where the Iceberg table data will be stored.

Link copied to clipboard

Defines how schema changes are handled when writing data to the Iceberg table.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String