-
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
Changes from 7 commits
6626673
ac7b3ff
66bde37
68583c4
823f446
57dce98
f84a1ed
a4f2b18
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 |Beta | ||
|
||
| |Snowflake Open Catalog |Beta | ||
| |Dremio Nessie |Beta | ||
|
|
||
|
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 | ||
|
|
||
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 👍