Skip to content

Commit 0e4e2c5

Browse files
committed
DOC-1585 Explain that Glue requires redpanda_iceberg_delete set to false at the cluster level
1 parent cdd2fc1 commit 0e4e2c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ the default partitioning `(hour(redpanda.timestamp))` is in use, it will instead
4444

4545
If you want to use partitioning, you must specify a custom partition specification using your own partition columns (columns that are not nested).
4646

47+
=== Manual deletion of Iceberg tables
48+
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.
50+
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.
52+
4753
== Authorize access to AWS Glue
4854

4955
ifndef::env-cloud[]
@@ -117,7 +123,9 @@ Run `rpk cluster config edit` to update these properties:
117123
+
118124
[,bash]
119125
----
120-
iceberg_enabled: true
126+
iceberg_enabled: true
127+
# Glue requires Redpanda Iceberg tables to be manually deleted
128+
iceberg_delete: false
121129
iceberg_catalog_type: rest
122130
iceberg_rest_catalog_endpoint: https://glue.<glue-region>.amazonaws.com/iceberg
123131
iceberg_rest_catalog_authentication_mode: aws_sigv4

0 commit comments

Comments
 (0)