SQL Catalog and topic mapping
Long database, schema, and topic names might be shortened when they are mapped to engine identifiers. Use the exact schema and source names shown in SQL Studio.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Understand how SQL Catalog databases, schemas, and managed topic sources are named.
| Source system | Database | Schema | Source |
|---|---|---|---|
| Pulsar | SQL Catalog name | Full Pulsar tenant and namespace, such as public/default | Local topic name |
| Kafka | SQL Catalog name | public | Kafka topic name |
SELECT * FROM "public/default"."order-events";
SELECT * FROM "public"."events.production";
Was this page helpful?