Skip to content

Commit 114a256

Browse files
committed
AWS Athena database name takes namespace value
1 parent 0716944 commit 114a256

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
@@ -244,7 +244,12 @@ To query the table in Amazon Athena:
244244

245245
. On the list of tables in AWS Glue Studio, click "Table data" under the *View data* column.
246246
. Click "Proceed" to be redirected to the Athena query editor.
247+
ifndef::env-cloud[]
248+
. 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`.
249+
endif::[]
250+
ifdef::env-cloud[]
247251
. In the query editor, select AwsDataCatalog as the data source, and select the `redpanda` database.
252+
endif::[]
248253
. 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.
249254
+
250255
[,sql]

0 commit comments

Comments
 (0)