IcebergOutput
Writes data to Apache Iceberg tables using daft. Supports table creation, schema inference, and multiple write modes.
Writes data to Apache Iceberg tables using daft. Supports table creation, schema inference, and multiple write modes.
Writes data to JSON files (JSONL format) with support for chunking, buffering, null field processing, and automatic object store uploads.
Complete reference for output classes that write data to various destinations including Parquet files, JSON files, and Iceberg tables.
Writes data to Parquet files with support for chunking, consolidation, Hive partitioning, and automatic object store uploads.
Common implementation patterns for using output classes to write data to various destinations.