Creates a new Peaka BI Table with the given name in the specified project. Peaka BI Table uses a column-oriented storage approach optimized for large datasets of over one million records, offering fast filtering and grouping performance without additional indexing. It is particularly well-suited for event data and bulk insertions. Note that JSON data type is not supported. See also: Differences of Peaka Table and Peaka BI Table


Use the Authorization header with the value 'Bearer
ID of the Project
Name of the BI table to create
Table created successfully
Represents a table in a schema.
The ID of the catalog that the table belongs to.
The name of the catalog that the table belongs to.
The name of the schema that the table belongs to.
The name of the table.
Indicates whether the table is cacheable or not.
Indicates whether the table has required query parameter columns or not. A query parameter column is prefixed with "q" e.g. "_q_date". These columns are used to filter the data in the table.
Indicates whether the table is cached or not.
It is not the status of caching.
e.g. when a table is cached, you are no longer accessing the original data source.
But the data may not be complete since an ongoing cache refresh is in progress.