cURL
curl --request POST \ --url https://partner.peaka.studio/api/v1/data/projects/{projectId}/semantic-catalogs/{catalogId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "schemaName": "<string>", "tableName": "<string>", "queryId": "<string>" } '
{ "catalogId": "<string>", "catalogName": "<string>", "schemaName": "<string>", "tableName": "<string>", "tableId": "<string>" }
Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
Semantic Table Request
The name of the schema.
The name of the table.
The ID of the query which is used to populate the semantic table.
Table created
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 ID of the semantic table.