v1

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

Creates a new schema for catalog in the Metatastore. The caller must be a metastore admin, or have the CREATE_SCHEMA privilege in the parent catalog.

post/schemas

Request body

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.

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.