Builder

class Builder

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
var name: String?

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
var path: String?

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.