SQL: Expand virtual tables reference, add SHOW/DESCRIBE for new objects#590
Open
kbatuigas wants to merge 3 commits into
Open
SQL: Expand virtual tables reference, add SHOW/DESCRIBE for new objects#590kbatuigas wants to merge 3 commits into
kbatuigas wants to merge 3 commits into
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This pull request significantly expands and clarifies the Redpanda SQL documentation around catalogs, Iceberg integration, and system metadata access. The updates introduce new SQL statements for listing and describing catalogs, provide detailed documentation for the
information_schemaand system virtual tables, and improve clarity around privileges and filtering. The most important changes are grouped below:New SQL Statements and Catalog Management:
SHOW CATALOGS,SHOW REDPANDA CATALOGS,SHOW KAFKA CATALOGS, andSHOW ICEBERG CATALOGSstatements, including syntax, filtering behavior, and privilege requirements. (modules/reference/pages/sql/sql-statements/show-catalogs.adoc,modules/ROOT/nav.adoc) [1] [2]ALTER REDPANDA CATALOGto cover linking and unlinking with Iceberg catalogs, including new syntax and detailed examples. (modules/reference/pages/sql/sql-statements/alter-redpanda-catalog.adoc)DESCRIBEstatement documentation to supportDESCRIBE ICEBERG CATALOG, clarifying output and usage. (modules/reference/pages/sql/sql-statements/describe.adoc) [1] [2]Tables and Metadata Visibility:
SHOW TABLESdocumentation to distinguish between Redpanda and Iceberg tables, introduce new variants (SHOW REDPANDA TABLES,SHOW ICEBERG TABLES), and explain filtering by catalog and schema. (modules/reference/pages/sql/sql-statements/show-tables.adoc) [1] [2] [3]information_schemanamespace, including therole_external_relation_grantsview and its columns, visibility rules, and usage examples. (modules/reference/pages/sql/information-schema.adoc,modules/ROOT/nav.adoc) [1] [2]System Virtual Tables Enhancements:
modules/reference/pages/sql/system-virtual-tables.adoc)These changes provide users with clearer guidance and more powerful tools for managing and querying Redpanda and Iceberg catalogs, as well as understanding metadata and permissions across the system.
Resolves https://github.com/redpanda-data/documentation-private/issues/
Review deadline: 21 May
Page previews
Checks