Skip to content

Commit 598234b

Browse files
committed
Clarify what exactly to delete in AWS
1 parent 0e4e2c5 commit 598234b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ If you want to use partitioning, you must specify a custom partition specificati
4646

4747
=== Manual deletion of Iceberg tables
4848

49-
The AWS Glue catalog integration requires Redpanda Iceberg tables to be manually deleted. To manually delete Iceberg tables, you must first set the cluster property config_ref:iceberg_delete,true,properties/cluster-properties[`iceberg_delete`] to `false` when you first configure the catalog integration.
49+
The AWS Glue catalog integration requires Redpanda Iceberg tables to be manually deleted. To manually delete Iceberg tables, you must first set the cluster property config_ref:iceberg_delete,true,properties/cluster-properties[`iceberg_delete`] to `false` when you configure the catalog integration.
5050

51-
When `iceberg_delete` is set to `false`, you can delete the Redpanda topic, and then delete the Iceberg table data in AWS S3. You are required to delete the Iceberg table data if you delete an Iceberg topic and then create a new topic with the same name.
51+
When `iceberg_delete` is set to `false`, you can delete the Redpanda topic, and then delete the table in AWS Glue and the table data (Parquet) files in the S3 bucket. You are required to delete the table data entirely if you delete an Iceberg topic and then create a new Iceberg topic with the same name.
5252

5353
== Authorize access to AWS Glue
5454

0 commit comments

Comments
 (0)