Skip to content

Commit e1782ea

Browse files
committed
Add rpk cluster config command to Iceberg doc
1 parent 5f4ffbe commit e1782ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/manage/partials/iceberg/use-iceberg-catalogs.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ For production deployments, Redpanda recommends using an external REST catalog t
1111

1212
After you have selected a catalog type at the cluster level and xref:{about-iceberg-doc}#enable-iceberg-integration[enabled the Iceberg integration] for a topic, you cannot switch to another catalog type.
1313

14-
//ifndef::env-cloud[]
1514
== Connect to a REST catalog
1615

1716
Connect to an Iceberg REST catalog using the standard https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml[REST API^] supported by many catalog providers. Use this catalog integration type with REST-enabled Iceberg catalog services, such as https://docs.databricks.com/en/data-governance/unity-catalog/index.html[Databricks Unity^] and https://other-docs.snowflake.com/en/opencatalog/overview[Snowflake Open Catalog^].
@@ -103,7 +102,7 @@ rpk::
103102
--
104103
[,bash]
105104
----
106-
rpk
105+
rpk cluster config set iceberg_rest_catalog_client_secret <secret-name>
107106
----
108107
--
109108
@@ -174,8 +173,10 @@ SELECT * FROM streaming.redpanda.<table-name>;
174173

175174
The Iceberg table name is the name of your Redpanda topic. Redpanda puts the Iceberg table into a namespace called `redpanda`, creating the namespace if necessary.
176175

176+
// Hide section in Cloud until Snowflake doc is single sourced
177+
ifndef::env-cloud[]
177178
TIP: You may need to explicitly create a table for the Iceberg data in your query engine. For an example, see xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[].
178-
179+
endif::[]
179180

180181
== Integrate filesystem-based catalog (`object_storage`)
181182

0 commit comments

Comments
 (0)