v1

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

Create a table

post/tables

Request body

namestring required

Name of table, relative to parent schema.

schemaNamestring required

Name of parent schema relative to its parent catalog.

catalogNamestring required

Name of parent catalog.

tableTypeinteger
dataSourceFormatinteger
storageLocationstring

Storage root URL for external table.

commentstring

User-provided free-form text description.

propertiesobject

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

Response

OK

namestring

Name of table, relative to parent schema.

schemaNamestring

Name of parent schema.

catalogNamestring

Name of parent catalog.

tableTypeinteger
dataSourceFormatinteger

Data source format of the table.

storageLocationstring

Storage root URL for table (for MANAGED, EXTERNAL tables)

ownerstring

Username of current owner of table.

commentstring

User-provided free-form text description.

propertiesobject

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

storageCredentialNamestring

Name of the storage credential, when a storage credential is configured for use with this table.

fullNamestring

Full name of table, in form of catalog_name.schema_name.table_name.

createdAtstring

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

createdBystring

Username of table creator.

updatedAtstring

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

updatedBystring

Username of user who last modified table.

deletedAtstring

Time at which this table was deleted, in epoch milliseconds. Field is omitted if table is not deleted.

tableIdstring

Unique identifier for the table.