You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc
+1-60Lines changed: 1 addition & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ If you want to use partitioning, you must implement custom partitioning using yo
46
46
47
47
[NOTE]
48
48
====
49
-
In Redpanda versions 25.2.1, and 25.1.9 and earlier, an empty partition spec () can cause a known issue that prevents certain engines like Amazon Redshift from successfully querying the table. To resolve this issue, specify custom partitioning, or upgrade Redpanda to versions 25.2.2 or 25.1.10 and later.
49
+
In Redpanda versions 25.2.1 and earlier, an empty partition spec `()` can cause a known issue that prevents certain engines like Amazon Redshift from successfully querying the table. To resolve this issue, specify custom partitioning, or upgrade Redpanda to versions 25.2.2 or later.
50
50
====
51
51
52
52
=== Manual deletion of Iceberg tables
@@ -65,7 +65,6 @@ When `iceberg_delete` or the topic override `redpanda.iceberg.delete` is set to
65
65
66
66
== Authorize access to AWS Glue
67
67
68
-
ifndef::env-cloud[]
69
68
You must allow Redpanda access to AWS Glue services in your AWS account. You can use the same access credentials that you configured for S3 (IAM role, access keys, and KMS key), as long as you have also added read and write access to AWS Glue Data Catalog.
70
69
71
70
For example, you could create a separate IAM policy that manages access to AWS Glue, and attach it to the IAM role that Redpanda also uses to access S3. It is recommended to add all AWS Glue API actions in the policy (`"glue:*"`) on the following resources:
@@ -95,64 +94,6 @@ Your IAM policy should include a statement similar to the following:
95
94
]
96
95
}
97
96
----
98
-
endif::[]
99
-
100
-
ifdef::env-cloud[]
101
-
You must allow Redpanda access to AWS Glue services in your AWS account. It is recommended to create a new IAM policy or role that manages access to AWS Glue, allowing all AWS Glue API actions (`"glue:*"`) on the following resources:
102
-
103
-
- Root catalog (`catalog`)
104
-
- All databases (`database/*`)
105
-
- All tables (`table/\*/*`)
106
-
107
-
Your IAM policy should include a statement similar to the following:
For more information on configuring IAM permissions, see the https://docs.aws.amazon.com/glue/latest/dg/configure-iam-for-glue.html[AWS Glue documentation^].
0 commit comments