Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/documentation
branches: [main, v/*, api, shared, site-search]
branches: ['DOC-1045-databricks-ga', v/*, api, shared, site-search]
- url: https://github.com/redpanda-data/redpanda-labs
branches: main
start_paths: [docs,'*/docs']
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@
*** xref:manage:iceberg/choose-iceberg-mode.adoc[Choose Iceberg Mode]
*** xref:manage:iceberg/use-iceberg-catalogs.adoc[]
*** xref:manage:iceberg/query-iceberg-topics.adoc[]
*** xref:manage:iceberg/iceberg-topics-databricks-unity.adoc[Query Iceberg Topics with Databricks Unity Catalog]
*** xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[Query Iceberg Topics with Snowflake]
** xref:manage:schema-reg/index.adoc[Schema Registry]
*** xref:manage:schema-reg/schema-reg-overview.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= Query Iceberg Topics using Databricks and Unity Catalog
:description: Add Redpanda topics as Iceberg tables that you can query in Databricks managed by Unity Catalog.
:page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration

include::ROOT:manage:iceberg/iceberg-topics-databricks-unity.adoc[tag=single-source]