Skip to content

Commit 02f30c6

Browse files
committed
proto(sql): add Redpanda SQL dataplane API
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.
1 parent 8d17cb6 commit 02f30c6

15 files changed

Lines changed: 3221 additions & 36 deletions

File tree

backend/pkg/protogen/redpanda/api/auth/v1/authorization.pb.go

Lines changed: 37 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pkg/protogen/redpanda/api/dataplane/v1alpha3/dataplanev1alpha3connect/sql.connect.go

Lines changed: 212 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)