Skip to content

Commit 3f875f2

Browse files
micheleRPclaude
andauthored
docs: Add iceberg output connector to Cloud docs (#514)
* docs: Add iceberg output connector to Cloud docs Include the iceberg output connector from rp-connect-docs using the standard single-source pattern. Iceberg was introduced in Redpanda Connect 4.80.0 and writes streaming data to Apache Iceberg tables via REST catalog. - Create output page including from rp-connect-docs page with tag=single-source (matching the pattern used by all other connectors) - Add iceberg to nav.adoc alphabetically in outputs section - Add entry to whats-new-cloud.adoc under March 2026 Depends on redpanda-data/rp-connect-docs#378. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * update local playbook for preview * revert playbook * test build * incorporate doc review feedback --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 72936fc commit 3f875f2

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
**** xref:develop:connect/components/outputs/gcp_bigquery.adoc[]
194194
**** xref:develop:connect/components/outputs/gcp_cloud_storage.adoc[]
195195
**** xref:develop:connect/components/outputs/gcp_pubsub.adoc[]
196+
**** xref:develop:connect/components/outputs/iceberg.adoc[]
196197
**** xref:develop:connect/components/outputs/http_client.adoc[]
197198
**** xref:develop:connect/components/outputs/inproc.adoc[]
198199
**** xref:develop:connect/components/outputs/kafka.adoc[]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= iceberg
2+
:page-aliases: components:outputs/iceberg.adoc
3+
include::redpanda-connect:components:outputs/iceberg.adoc[tag=single-source]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This page lists new features added to Redpanda Cloud.
1010

1111
=== Redpanda Connect updates
1212

13+
* Outputs:
14+
** xref:develop:connect/components/outputs/iceberg.adoc[iceberg]: Write data to Apache Iceberg tables using the REST catalog.
15+
1316
* Inputs:
1417
** xref:develop:connect/components/inputs/aws_dynamodb_cdc.adoc[aws_dynamodb_cdc] (beta): Consume item-level changes from DynamoDB Streams with automatic checkpointing and shard management.
1518

0 commit comments

Comments
 (0)