Connections
Create temporary table (per-package)
Creates a temporary table from a SQL statement using the specified database connection, resolved in the context of the named package.
POST
/environments/{environmentName}/packages/{packageName}/connections/{connectionName}/sqlTemporaryTableAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
environmentName*string
Name of the environment
Match
^[a-zA-Z0-9_-]+$packageName*string
Name of the package whose connection context to use
Match
^[a-zA-Z0-9_-]+$connectionName*string
Name of the connection
Match
^[a-zA-Z0-9_-]+$Request Body
application/json
SQL statement to create the temporary table
Response Body
application/json
application/json
application/json
application/json
application/json