POST
/
data
/
projects
/
{projectId}
/
semantic-catalogs
/
{catalogId}

Path Parameters

projectId
string
required
catalogId
string
required

Body

application/json
queryId
string

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

schemaName
string

The name of the schema.

tableName
string

The name of the 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.

tableId
string

The ID of the semantic table.

tableName
string

The name of the table.