SQL Editor#619
Conversation
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThis PR adds a new documentation page ( Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
| Wait for the node-ready status indicator on the overview page to show the engine is ready. For the API flow, poll the long-running operation until it returns `STATE_COMPLETED`. | ||
|
|
||
| To verify the SQL engine is running, use the connection details on the *SQL* tab to connect with a PostgreSQL client, such as `psql` (v16 or later required). | ||
| To verify the SQL engine is running, use the connection details on the *SQL* tab under *Connection details* to connect with a PostgreSQL client, such as `psql` (v16 or later required). You can also query data directly using the xref:sql:query-data/sql-editor.adoc[SQL editor] in the left navigation. |
There was a problem hiding this comment.
Did the default database change from oxla to default?
ceec1b1 to
0bd2e4b
Compare
0bd2e4b to
7882369
Compare
| Wait for the node-ready status indicator on the overview page to show the engine is ready. For the API flow, poll the long-running operation until it returns `STATE_COMPLETED`. | ||
|
|
||
| To verify the SQL engine is running, use the connection details on the *SQL* tab to connect with a PostgreSQL client, such as `psql` (v16 or later required). | ||
| To verify the SQL engine is running, use the connection details on the *SQL* tab under *Connection details* to connect with a PostgreSQL client, such as `psql` (v16 or later required). You can also query data directly using the xref:sql:query-data/sql-editor.adoc[SQL editor] in the left navigation. |
# Conflicts: # modules/get-started/pages/whats-new-cloud.adoc
9cb0e86 to
2320a7e
Compare
Feediver1
left a comment
There was a problem hiding this comment.
Final-pass review (docs-team-standards)
Overall: Well-executed, SME-reviewed feature doc that's nearly ready to merge. All inline SME threads are resolved in the final state (verified against the file, not just the replies). One unresolved reviewer question should be answered before merge; the rest is suggestion-level.
Jira ticket alignment
DOC-2211 (SQL Editor UI for Oxla, epic ENG-904 — Shipped) — ✅ fully addressed: editor how-to plus all discovery surfaces (nav, What's New, landing page, quickstart, deploy guide).
SME thread verification (all resolved ✅)
Verified each thread against the final file state: column sort removed, lock icon removed, offset-lag wording matches c-julin's spec ("how many offsets are not yet in Iceberg"), external Iceberg catalog list removed, LOs updated for the Add-topic wizard, What's New has "SQL-enabled environments" + enable link, and the SELECT-only rationale now explains why (read-only engine, consistent with overview.adoc).
Must resolve before merge
- [deploy-sql-cluster.adoc:209] Open question: default database name. @kbatuigas asked whether the default DB changed from
oxlatodefault; @grzebiel was pinged but no answer landed in the thread. The connection string still readsdbname=oxla— if the DB was renamed, this copy-paste command fails for every user. Please confirm and either updatedbname=(and audit the quickstart psql examples) or resolve the thread.
Suggestions
- Backlinks: query-streaming-topics.adoc and query-iceberg-topics.adoc don't link back to the new SQL editor page — readers on the psql-based pages never learn there's a no-client option. Consider adding it to their next steps.
- [sql-editor.adoc: Suggested reading] The blurb "How bridge queries mesh live and Iceberg-tiered data" points to query-iceberg-topics.adoc, but that page never uses the term "bridge query". Reword the blurb, or add the term to the target page in a follow-up.
- [sql-editor.adoc: LOs vs. prerequisites] LO1 (Add a topic via the wizard) requires the Admin role per the section NOTE, but Prerequisites only list SQL: Access/SQL: Manage. Mention the Admin-role requirement in Prerequisites, or order LOs so universally-achievable ones come first.
What works well
- SME feedback loop fully closed, with fixes verified in the final text
- Correct glossterm keys (
RBAC,Iceberg topic) andkbd:[]macros throughout - Heading capitalization follows team rules; no cross-page drift on the read-only framing
- query-data/index.adoc uses
page-layout: index, so no manual listing update needed; all xref targets verified on the branch
🤖 Automated final-pass review via docs-team-standards pr-review.
Description
This pull request adds documentation for the new SQL Editor feature in the Redpanda Cloud Console, allowing users to write and run SQL queries directly from the browser without needing an external SQL client. The changes update navigation, quickstart, and getting started guides to reference the SQL Editor, and introduce a comprehensive new page detailing its use.
Key changes:
New SQL Editor documentation:
sql-editor.adoc, describing how to use the built-in SQL Editor in the Redpanda Cloud Console, including browsing catalogs, writing and running queries, viewing results, exporting data, and adding topics to the catalog.Navigation and discoverability:
nav.adoc) to include a link to the SQL Editor documentation under the "Query Data" section.Resolves DOC-2211
Review deadline: 19 Jun
Page previews
Checks