Skip to main content
POST
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
temporaryTable
{
  "resource": "<string>",
  "table": "<string>"
}

Path Parameters

projectName
string
required

Name of the project

connectionName
string
required

Name of the connection

Body

application/json

SQL statement to create the temporary table

sqlStatement
string

Response

Temporary table information

resource
string

Resource path to the temporary table.

table
string
I