Skip to content

Commit 9e04664

Browse files
authored
Iceberg beta - Azure (#1123)
1 parent db64bfa commit 9e04664

2 files changed

Lines changed: 26 additions & 6 deletions

File tree

modules/manage/partials/iceberg/about-iceberg-topics.adoc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,24 @@ SUBJECT VERSION ID TYPE
150150
----
151151

152152
ifdef::env-cloud[]
153-
To query the Iceberg table, you need access to the object storage bucket or container where the Iceberg data is stored. For BYOC clusters on AWS and GCP, the bucket name and table location are as follows:
153+
To query the Iceberg table, you need access to the object storage bucket or container where the Iceberg data is stored. For BYOC clusters, the bucket name and table location are as follows:
154154

155155
|===
156-
| Bucket name | Iceberg table location
156+
| Cloud provider | Bucket or container name | Iceberg table location
157157

158+
| AWS
158159
| `redpanda-cloud-storage-<cluster-id>`
159-
| `redpanda-iceberg-catalog/redpanda/<topic-name>`
160+
.3+a| `redpanda-iceberg-catalog/redpanda/<topic-name>`
161+
162+
| Azure
163+
a| `<cluster-id>`
164+
165+
The Redpanda cluster ID is also used as the container name (ID) and the storage account ID.
166+
167+
168+
| GCP
169+
| `redpanda-cloud-storage-<cluster-id>`
170+
160171

161172
|===
162173
endif::[]

modules/manage/partials/iceberg/query-iceberg-topics.adoc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@ endif::[]
77
ifdef::env-cloud[]
88
Redpanda generates an Iceberg table with the same name as the topic. Depending on the processing engine and your Iceberg catalog implementation, you may also need to define the table (for example using `CREATE TABLE`) to point the data lakehouse to its location in the catalog.
99

10-
For BYOC clusters on AWS and GCP, the bucket name and table location are as follows:
10+
For BYOC clusters, the bucket name and table location are as follows:
1111

1212
|===
13-
| Bucket name | Iceberg table location
13+
| Cloud provider | Bucket or container name | Iceberg table location
1414

15+
| AWS
16+
| `redpanda-cloud-storage-<cluster-id>`
17+
.3+a| `redpanda-iceberg-catalog/redpanda/<topic-name>`
18+
19+
| Azure
20+
a| `<cluster-id>`
21+
22+
The Redpanda cluster ID is also used as the container name (ID) and the storage account ID.
23+
24+
| GCP
1525
| `redpanda-cloud-storage-<cluster-id>`
16-
| `redpanda-iceberg-catalog/redpanda/<topic-name>`
1726

1827
|===
1928
endif::[]

0 commit comments

Comments
 (0)