Updated on 2026-06-29 GMT+08:00

Scenario

Typical Scenario Description

This example describes how to write data from the Iceberg source table to the Iceberg target table.

Development Guideline

  1. Read data from the Iceberg source table and convert it to a DataStream<RowData> object.
  2. Write the obtained data to the Iceberg target table.