Skip to content

Commit a42953d

Browse files
committed
Add topic property for iceberg_delete
1 parent 87f43b5 commit a42953d

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,17 @@ In Redpanda versions 25.2.1, and 25.1.9 and earlier, an empty partition spec ()
5151

5252
=== Manual deletion of Iceberg tables
5353

54-
The AWS Glue catalog integration does not support automatic deletion of Iceberg tables from Redpanda. To manually delete Iceberg tables in AWS Glue, 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.
54+
The AWS Glue catalog integration does not support automatic deletion of Iceberg tables from Redpanda. To manually delete Iceberg tables in AWS Glue, you must either:
5555

56-
When `iceberg_delete` is set to `false`, you can delete the Redpanda topic, and then delete the table in AWS Glue and the Iceberg data and metadata files in the S3 bucket. If your intent is to recreate the topic after deleting it, you are required to delete the table data entirely before recreating the topic.
56+
* Set the cluster property config_ref:iceberg_delete,true,properties/cluster-properties[`iceberg_delete`] to `false` when you configure the catalog integration.
57+
ifndef::env-cloud[]
58+
* Override the cluster-wide `iceberg_delete` configuration and set the topic property xref:reference:properties/topic-properties.adoc#redpanda-iceberg-delete[`redpanda.iceberg.delete`] to `false` for the topic you want to delete.
59+
endif::[]
60+
ifdef::env-cloud[]
61+
* Override the cluster-wide `iceberg_delete` configuration and set the topic property `redpanda.iceberg.delete` to `false` for the topic you want to delete.
62+
endif::[]
63+
64+
When `iceberg_delete` or the topic override `redpanda.iceberg.delete` is set to `false`, you can delete the Redpanda topic, and then delete the table in AWS Glue and the Iceberg data and metadata files in the S3 bucket. If your intent is to recreate the topic after deleting it, you are required to delete the table data entirely before recreating the topic.
5765

5866
== Authorize access to AWS Glue
5967

0 commit comments

Comments
 (0)