dtkt.catalog.v1beta2catalog.proto

Catalog

Message

Represents a catalog resource specifying a query dialect, supported data types and additional metadata (if any).

FieldTypeNumberDescription
namestring1

Catalog resource name, format: catalogs/{catalog} (e.g. catalogs/google-project-id, catalogs/postgres_database, etc.)

catalog_idstring2

Catalog identifier.

descriptionstring3

Description of the catalog.

query_dialectstring4

Supported query dialect (e.g., Trino, GoogleSQL, Postgres, etc.).

data_types
Type[]
5

List of supported data types.

metadatamap<string, string>10

Additional metadata, if any.