Skip to content

Commit 207fc00

Browse files
committed
AWS Athena database name takes namespace value
1 parent c432e7a commit 207fc00

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,12 @@ To query the table in Amazon Athena:
301301

302302
. On the list of tables in AWS Glue Studio, click "Table data" under the *View data* column.
303303
. Click "Proceed" to be redirected to the Athena query editor.
304+
ifndef::env-cloud[]
305+
. In the query editor, select AwsDataCatalog as the data source, and select the `redpanda` database. If you set a custom namespace for your cluster, select that database instead of `redpanda`.
306+
endif::[]
307+
ifdef::env-cloud[]
304308
. In the query editor, select AwsDataCatalog as the data source, and select the `redpanda` database.
309+
endif::[]
305310
. The SQL query editor should be pre-populated with a query that selects 10 rows from the Iceberg table. Run the query to see a preview of the table data.
306311
+
307312
[,sql]

0 commit comments

Comments
 (0)