latestOpenAPI 3.0.12026-08-218193199.7 KB

a753ea35d9dd

Tables

Create table

Creates a table with default type 'log'. This endpoint offers the same functionality as the typed endpoint but without explicitly specifying the table type. Schema can include column descriptions in the format [name, type, alias, description].

post/table/create/{database_name}/{table_name}

Path parameters

database_nameName required— unresolved $ref
table_nameName required— unresolved $ref

Query parameters

idempotent_keystring

A unique key to ensure idempotency of requests

source_tablestring

Name of an existing table to copy metadata from

including_propertiesboolean

When true, distribution and other properties will be copied from source_table

Response

OK

databaseName required— unresolved $ref
tableName required— unresolved $ref
typeType required— unresolved $ref