-
Notifications
You must be signed in to change notification settings - Fork 48
Call out supported Iceberg catalogs #1151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kbatuigas
merged 8 commits into
main
from
DOC-1411-iceberg-explicitly-call-out-the-catalogs-we-ve-tested
Jun 12, 2025
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
6626673
Add release matrix for cloud+catalog
kbatuigas ac7b3ff
Update GA status per SME review
kbatuigas 66bde37
Catalog status for Self-managed
kbatuigas 68583c4
Duplicated section for self-managed
kbatuigas 823f446
AWS Glue currently not supported
kbatuigas 57dce98
Databricks cannot GA until 25.1.x patch
kbatuigas f84a1ed
Self-managed list update
kbatuigas a4f2b18
Apply suggestion per PM feedback
kbatuigas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,37 @@ For BYOVPC clusters, you must: | |
| + | ||
| Secrets management is enabled by default for AWS if you follow the guide to xref:get-started:cluster-types/byoc/aws/vpc-byo-aws.adoc[creating a new BYOVPC cluster]. For GCP, follow the guides to enable secrets management for a xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[new BYOVPC cluster] or an xref:get-started:cluster-types/byoc/gcp/enable-secrets-byovpc-gcp.adoc[existing BYOVPC cluster]. | ||
| . Ensure that your network security settings allow egress traffic from the Redpanda network to the catalog service endpoints. | ||
|
|
||
| === Limitations | ||
|
|
||
| The Iceberg integration for Redpanda Cloud supports multiple Iceberg catalogs across different cloud platforms, with progressive levels of release maturity. Each combination of cloud provider and catalog integration is tested and released independently. | ||
|
|
||
| The following matrix shows the current status of Iceberg integrations across different cloud providers and catalogs. Check this matrix regularly as Redpanda Cloud continues to expand GA coverage for Iceberg topics. | ||
|
|
||
| |=== | ||
| | |Databricks Unity Catalog |Snowflake Open Catalog |Dremio Nessie | ||
|
|
||
| |AWS |Beta |Beta |Beta | ||
| |Azure |Beta |Beta |Beta | ||
| |GCP |Beta |Beta |Beta | ||
| |=== | ||
| endif::[] | ||
|
|
||
| ifndef::env-cloud[] | ||
| === Limitations | ||
|
|
||
| The Iceberg integration for Redpanda Self-Managed supports multiple Iceberg catalogs, with progressive levels of release maturity. Each catalog integration is tested and released independently. | ||
|
|
||
| The following shows the current status of Iceberg catalog integrations. Check this list regularly as Redpanda continues to expand GA coverage for Iceberg topics. | ||
|
|
||
| |=== | ||
| |Catalog service | Status | ||
|
|
||
| |Databricks Unity Catalog |Tested | ||
| |Snowflake Open Catalog |Tested | ||
| |Dremio Nessie |Tested | ||
|
|
||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mattschumpert can you confirm the status for the individual catalogs on Self-managed? |
||
| |=== | ||
| endif::[] | ||
|
|
||
| === Set cluster properties | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM 👍