From 155a3814af00e5c35b9b0eca6d435125aeeb7554 Mon Sep 17 00:00:00 2001 From: Kat Batuigas Date: Mon, 8 Jun 2026 17:38:15 -0700 Subject: [PATCH 1/4] Add biglake doc to Cloud --- local-antora-playbook.yml | 2 +- modules/ROOT/nav.adoc | 1 + .../manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 42d2f4a1e..f90112d37 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -15,7 +15,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/documentation - branches: [main, v/*, shared, site-search] + branches: ['DOC-2221-document-feature-support-gcp-biglake-as-rest-cata', v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home, data-platform, self-managed] diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 6c63320d7..d998d91e6 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -435,6 +435,7 @@ *** xref:manage:iceberg/rest-catalog/index.adoc[] **** xref:manage:iceberg/iceberg-topics-aws-glue.adoc[AWS Glue] **** xref:manage:iceberg/iceberg-topics-databricks-unity.adoc[Databricks Unity Catalog] +**** xref:manage:iceberg/iceberg-topics-gcp-biglake.adoc[GCP Lakehouse] **** xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[Snowflake and Open Catalog] *** xref:manage:iceberg/query-iceberg-topics.adoc[] *** xref:manage:iceberg/migrate-iceberg-catalog.adoc[] diff --git a/modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc b/modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc new file mode 100644 index 000000000..f5d7e2ea4 --- /dev/null +++ b/modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc @@ -0,0 +1,6 @@ += Use Iceberg Topics with GCP Lakehouse +:description: Add Redpanda topics as Iceberg tables to Google Lakehouse for Apache Iceberg that you can query from Google BigQuery. +:page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration +:page-beta: true + +include::streaming:manage:iceberg/iceberg-topics-gcp-biglake.adoc[tag=single-source] From ef6c581c921bb80f93a56f281782369922201c4b Mon Sep 17 00:00:00 2001 From: Kat Batuigas Date: Mon, 8 Jun 2026 17:56:44 -0700 Subject: [PATCH 2/4] Remove beta marker --- modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc b/modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc index f5d7e2ea4..54bba000b 100644 --- a/modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc +++ b/modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc @@ -1,6 +1,5 @@ = Use Iceberg Topics with GCP Lakehouse :description: Add Redpanda topics as Iceberg tables to Google Lakehouse for Apache Iceberg that you can query from Google BigQuery. :page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -:page-beta: true include::streaming:manage:iceberg/iceberg-topics-gcp-biglake.adoc[tag=single-source] From 916bb78aa7f3097bef2ea0f84ef828be3c54be23 Mon Sep 17 00:00:00 2001 From: Kat Batuigas Date: Wed, 10 Jun 2026 11:59:52 -0700 Subject: [PATCH 3/4] Add to What's New in Cloud --- modules/get-started/pages/whats-new-cloud.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index 973af7feb..2d1c4fa67 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -8,6 +8,10 @@ This page lists new features added to Redpanda Cloud. == June 2026 +=== GCP Lakehouse catalog for Iceberg topics + +BYOC clusters on GCP can now use GCP Lakehouse as an Iceberg REST catalog. See xref:manage:iceberg/iceberg-topics-gcp-biglake.adoc[]. + === Connect to Amazon Aurora with IAM roles A new guide walks Cloud customers through configuring IAM Roles for Service Accounts (IRSA) so Redpanda Connect pipelines can authenticate to Amazon Aurora without storing static database credentials. The setup uses a two-hop role chain: the Connect pipeline role assumes a customer-owned database connect role in the Aurora account, which generates a short-lived RDS IAM authentication token. Applies to `postgres_cdc`, `pg_stream`, and `mysql_cdc` inputs. See xref:develop:connect/guides/cloud/aws-iam-aurora.adoc[Authenticate to Amazon Aurora using IAM roles]. From 3df6156118ae415363d0a207918aa916e78c427d Mon Sep 17 00:00:00 2001 From: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:32:04 -0700 Subject: [PATCH 4/4] Apply suggestion from @kbatuigas --- local-antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index f90112d37..42d2f4a1e 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -15,7 +15,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/documentation - branches: ['DOC-2221-document-feature-support-gcp-biglake-as-rest-cata', v/*, shared, site-search] + branches: [main, v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home, data-platform, self-managed]