Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

factTableId
string
required

Specify a specific fact table

id
string
required

The id of the requested resource

Body

application/json
name
string

Display name for the column

description
string
Maximum string length: 10000
numberFormat
enum<string>
Available options:
,
currency,
time:seconds,
time:milliseconds,
memory:bytes,
memory:kilobytes
datatype
enum<string>

The data type of the computed column

Available options:
number,
string,
date,
boolean,
json,
binary,
other
sql
string

The SQL expression that computes the column value

Response

200 - application/json

Resource created

factTableColumn
object
required