Skip to content

proto(sql): add Redpanda SQL dataplane API#2467

Draft
r-vasquez wants to merge 1 commit into
masterfrom
sql-protos
Draft

proto(sql): add Redpanda SQL dataplane API#2467
r-vasquez wants to merge 1 commit into
masterfrom
sql-protos

Conversation

@r-vasquez
Copy link
Copy Markdown
Contributor

Adds the dataplane API surface for the
in-Console SQL editor backed by Oxla over
the Postgres wire protocol. The service
covers catalog and table introspection
(ListCatalogs, ListDatabases, ListTables,
DescribeTable) and single-statement
execution (ExecuteQuery) with a
server-side row cap. Lands in v1alpha3
since the surface is expected to evolve
before GA.

Auth flows pass through the caller's
Cloud OIDC bearer to Oxla, which requires
adding API_OXLA to the shared API enum.

Adds the dataplane API surface for the
in-Console SQL editor backed by Oxla over
the Postgres wire protocol. The service
covers catalog and table introspection
(ListCatalogs, ListDatabases, ListTables,
DescribeTable) and single-statement
execution (ExecuteQuery) with a
server-side row cap. Lands in v1alpha3
since the surface is expected to evolve
before GA.

Auth flows pass through the caller's
Cloud OIDC bearer to Oxla, which requires
adding API_OXLA to the shared API enum.
@r-vasquez r-vasquez requested a review from c-julin May 25, 2026 21:54
@github-actions
Copy link
Copy Markdown
Contributor

The latest Buf updates on your PR. Results from workflow Buf CI / validate (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed❌ failed (1)✅ passed✅ passedMay 25, 2026, 9:55 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant