Skip to main content
POST
Create table

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

catalog_name
string
required
schema_name
string
required

Body

application/json
table_name
string
required

Name of the table. Must be unique within the schema.

columns
ColumnDefinition · object[]
required

Ordered list of column definitions

properties
Properties · object | null

Optional table properties

Response

Table created successfully.

catalog
string
required

Catalog where you created the table.

schema
string
required

Schema where you created the table.

table
string
required

Name of the table you created.

status
string
default:CREATED

Final status of the create table operation