v1

latestOpenAPI 3.0.3AGPL v3.02026-07-17425785.7 KB
SchemasService

Gets the specified schema within the metastore. The caller must be a metastore admin, the owner of the schema, or a user that has the USE_SCHEMA privilege on the schema.

get/schemas/{name}

Path parameters

namestring required

Query parameters

fullNamestring

Full name of schema.

Format: catalog_name.schema_name

Response

OK

namestring required

Name of schema, relative to parent catalog.

catalogNamestring required

Name of parent catalog.

commentstring

User-provided free-form text description.

propertiesobject

A map of key-value properties attached to the securable.

fullNamestring

Full name of schema, in form of catalog_name.schema_name.

ownerstring

Username of current owner of schema.

createdAtstring

Time at which this schema was created, in epoch milliseconds.

createdBystring

Username of schema creator.

updatedAtstring

Time at which this schema was last updated, in epoch milliseconds.

updatedBystring

Username of user who last modified schema.

schemaIdstring

Unique identifier for the schema.