IcebergWriteInstructions
The IcebergWriteInstructions class provides instructions intended for writing Deephaven tables as partitions to Iceberg tables.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| tables | Union[Table, Sequence[Table]] | The Deephaven table(s) to write. |
| partition_paths | Optional[Union[str, Sequence[str]]] | The partition paths where each table will be written. As an example, if the Iceberg table is partitioned by |
Methods
None.
Constructors
An IcebergWriteInstructions is constructed directly from the class.
Examples
The following example creates IcebergWriteInstructions for a single table to Iceberg:
The following example creates IcebergWriteInstructions for multiple tables to Iceberg: