POST
/
data
/
projects
/
{projectId}
/
semantics
/
{catalogId}

Path Parameters

projectId
string
required
catalogId
string
required

Body

application/json
schemaName
string

The name of the schema.

tableName
string

The name of the table.

queryId
string

The ID of the query which is used to populate the semantic table.

Response

200 - application/json

Represents a table in a schema.

catalogId
string

The ID of the catalog that the table belongs to.

catalogName
string

The name of the catalog that the table belongs to.

schemaName
string

The name of the schema that the table belongs to.

tableName
string

The name of the table.

tableId
string

The ID of the semantic table.