Update Iceberg table data
You can manage Iceberg table data directly on Athena by using INSERT
,
UPDATE
, and DELETE
queries. Each data management
transaction produces a new snapshot, which can be queried using time travel. The
UPDATE
and DELETE
statements follow the Iceberg format v2
row-level position
delete
Use the following commands to perform data management operations on Iceberg tables.