Skip to content

Commit

Permalink
Prefix topic property
Browse files Browse the repository at this point in the history
  • Loading branch information
kbatuigas committed Nov 26, 2024
1 parent f6157af commit ee14595
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/manage/pages/topic-iceberg-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,14 @@ Set the cluster configuration property `iceberg_catalog_type` with one of the fo
For an Iceberg REST catalog, set the following additional cluster configuration properties:

* `iceberg_rest_catalog_endpoint`: The endpoint URL for your Iceberg catalog, which you are either managing directly, or is managed by an external catalog service.
* `iceberg_rest_catalog_prefix`: Append a prefix to the catalog path, e.g. `/v1/{prefix}/namespaces`.
* `iceberg_rest_catalog_client_id`: The ID to connect to the REST server.
* `iceberg_rest_catalog_client_secret`: The secret data to connect to the REST server.

== Consume data in Iceberg tables
// update xref when PR for extracted properties is ready
See xref:reference:properties/cluster-properties.adoc[Cluster Configuration Properties] for the full list of cluster properties to configure for a catalog integration.

== Access data in Iceberg tables

You can use the same analytical tools to access table data in a data lake as you would for a relational database.

Expand Down

0 comments on commit ee14595

Please sign in to comment.