S3IcebergCatalogTarget

Specifies an Apache Iceberg catalog target that writes data to Amazon S3 and registers the table in the Glue Data Catalog.

Types

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

Properties

Link copied to clipboard

Specifies additional connection options for the Iceberg catalog target.

Link copied to clipboard

Specifies whether to automatically enable data quality evaluation for the S3 Iceberg catalog target. When set to true, data quality checks are performed automatically during the write operation.

Link copied to clipboard

The name of the database to write to.

Link copied to clipboard

The input connection for the Iceberg catalog target.

Link copied to clipboard

The name of the Iceberg catalog target.

Link copied to clipboard

A list of partition keys for the Iceberg table.

Link copied to clipboard

The policy for handling schema changes in the catalog target.

Link copied to clipboard

The name of the table to write to in the catalog.

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